NeonGeckoCom / neon_api_proxy

Proxy to forward requests to external API's
Other
0 stars 3 forks source link

[FEAT] Add Daily and Hourly Weather API calls #71

Closed NeonDaniel closed 6 months ago

NeonDaniel commented 1 year ago

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

NeonDaniel commented 6 months ago

Our new OWM API v3 subscription only includes OneCall now, so this parsing should be done client-side (if at all)