Closed NeonDaniel closed 6 months ago
Add support for hourly and daily weather queries for feature parity with Selene.
https://github.com/NeonGeckoCom/neon_api_proxy/blob/1b2cf37bd436fdb1c7e666385b7560c898557d1f/neon_api_proxy/client/open_weather_map.py#L38
Our new OWM API v3 subscription only includes OneCall now, so this parsing should be done client-side (if at all)
Objective
Add support for hourly and daily weather queries for feature parity with Selene.
Initial Implementation Requirements
Other Considerations
https://github.com/NeonGeckoCom/neon_api_proxy/blob/1b2cf37bd436fdb1c7e666385b7560c898557d1f/neon_api_proxy/client/open_weather_map.py#L38