Describe the problem/motivation
The Open-Meteo API returns wind_direction but it's not currently exposed in the weather output.
Describe the solution you'd like
- Add
wind_direction to WeatherOutput struct (weather_provider.rs)
- Add
windDirection to TypeScript WeatherOutput type
Optional:
Open-Meteo returns wind direction in degrees (0-360). Could convert to cardinal direction (N, NE, E, etc.) for display (probably a separate field in the struct).
Alternatives considered
No response
Describe the problem/motivation
The Open-Meteo API returns
wind_directionbut it's not currently exposed in the weather output.Describe the solution you'd like
wind_directiontoWeatherOutputstruct (weather_provider.rs)windDirectionto TypeScriptWeatherOutputtypeOptional:
Open-Meteo returns wind direction in degrees (0-360). Could convert to cardinal direction (N, NE, E, etc.) for display (probably a separate field in the struct).
Alternatives considered
No response