openweathermap
openweathermap copied to clipboard
Add Hourly forecast endpoint
Hi, this request add request to "hourly" weather (by step of 3 hours).
Hi, There are 2 tests from original sources that don't pass and break the build ("uv_test"), but all tests of this requests are OK.
Also, it seems Travis does not have a valid API key to run tests correctly. Let me know if I have to change something or if can help.
Cheers
This is great. Thank you very much! Can you put this functionality in the forecast.go file? There also appears to be some type overlap that can likely be avoided like HourlyForecastCitySys
can just be the existting ForecastSys
.
Hi Brian, thanks for your reply. I try to find the time to do it this week-end.