JustinWayland / plain-weather

Takes weather information from somewhere and passes it to a language model somewhere else and get back a plain description of how the weather will feel to you.
GNU General Public License v3.0
0 stars 0 forks source link

Decide on a weather service to grab information from. #1

Open JustinWayland opened 1 year ago

JustinWayland commented 1 year ago

Important factors should include:

JustinWayland commented 1 year ago

OpenWeather is one option: it's free for the first 1,000 calls, which given that my app is basically designed to be called once a day would be more than suitable. It also provides hourly forecasts, which I now realize is probably vital for my app. When evaluating alternatives, it would probably be a good idea to make sure hourly forecasts are a part of the free API.