cmfcmf / OpenWeatherMap-PHP-API

A PHP API to parse weather data and weather history from OpenWeatherMap.org.
https://cmfcmf.github.io/OpenWeatherMap-PHP-API
MIT License
329 stars 122 forks source link

Add historic weather data #166

Open danielgelling opened 3 years ago

danielgelling commented 3 years ago

In v3.0.0 historic weather data was removed from this library. Reason was that the integration could not be tested because it requires a paid subscription. However the current plans on openweathermap.com/price allows a 1000 requests/day for historic weather data. I would like to see this feature added back into this library 🙂

peter279k commented 3 years ago

It seems that the history API is still available for OpenWeatherMap API.

And it should let History.php and WeatherHistory.php files be added back.