jhrcook / weather_forecast_collection

Collect weather forecast data from various sources.
GNU General Public License v3.0
0 stars 0 forks source link

AccuWeather best practices #5

Open jhrcook opened 3 years ago

jhrcook commented 3 years ago

Use the recommendations from AccuWeather on how to best use their API.

https://developer.accuweather.com/best-practices

For instance, I should use the "Expires" header in return calls for deciding when to next request data.