Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Weather #26

Open
evgfilim1 opened this issue Oct 3, 2022 · 3 comments
Open

Weather #26

evgfilim1 opened this issue Oct 3, 2022 · 3 comments
Labels
enhancement New feature or request good first issue Good for newcomers

Comments

@evgfilim1
Copy link
Owner

evgfilim1 commented Oct 3, 2022

w|weather [city] — Gets the hourly weather for the city

If city is not specified, use the default one from config

Weather API with free per-hour forecast: https://www.tomorrow.io/weather-api/
Geocoding API to get coordinates from city name: https://openweathermap.org/api/geocoding-api

@evgfilim1 evgfilim1 added enhancement New feature or request good first issue Good for newcomers labels Oct 3, 2022
@MasterCruelty
Copy link

w|weather [city] — Gets the hourly weather for the city
If city is not specified, use the default one from config

Weather API with free per-hour forecast: https://www.tomorrow.io/weather-api/ Geocoding API to get coordinates from city name: https://openweathermap.org/api/geocoding-api

I use OpenWeatherMap free API also for forecast in my Telegram bot, do you know if Tomorrow.io is more accurate than OpenWeatherMap about weather?

@evgfilim1
Copy link
Owner Author

w|weather [city] — Gets the hourly weather for the city
If city is not specified, use the default one from config

Weather API with free per-hour forecast: https://www.tomorrow.io/weather-api/ Geocoding API to get coordinates from city name: https://openweathermap.org/api/geocoding-api

I use OpenWeatherMap free API also for forecast in my Telegram bot, do you know if Tomorrow.io is more accurate than OpenWeatherMap about weather?

@MasterCruelty Thanks for your suggestion. I don't know whether it's more accurate, but at least Tomorrow.io's free API provides per-hour forecast, which is more important for me. I guess I should compare them 🤔.

@MasterCruelty
Copy link

w|weather [city] — Gets the hourly weather for the city
If city is not specified, use the default one from config

Weather API with free per-hour forecast: https://www.tomorrow.io/weather-api/ Geocoding API to get coordinates from city name: https://openweathermap.org/api/geocoding-api

I use OpenWeatherMap free API also for forecast in my Telegram bot, do you know if Tomorrow.io is more accurate than OpenWeatherMap about weather?

@MasterCruelty Thanks for your suggestion. I don't know whether it's more accurate, but at least Tomorrow.io's free API provides per-hour forecast, which is more important for me. I guess I should compare them 🤔.

No problem 😄
Btw you can get per-hour forecast also with OWM by getting the "hourly" field in the json. I asked because of the same feature said in this issue.
I guess I should compare them too.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request good first issue Good for newcomers
Projects
Status: 📋 Backlog
Development

No branches or pull requests

2 participants