You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Aug 26, 2023. It is now read-only.
Is your feature request related to a problem? Please describe.
Not really a problem, but this seems to be easily accessible from the openweathermap api and could be a nice little compact addition.
Describe the solution you'd like
A small arrow or 1 to 2 letter indicator of the wind direction, either before or after the existing wind speed value (I would say after. For example: 32 km/h ↑ for winds heading North.
Is your feature request related to a problem? Please describe.
Not really a problem, but this seems to be easily accessible from the openweathermap api and could be a nice little compact addition.
Describe the solution you'd like
A small arrow or 1 to 2 letter indicator of the wind direction, either before or after the existing wind speed value (I would say after. For example:
32 km/h ↑for winds heading North.Additional context (optional)
There are good solutions to convert degrees to letters/arrows on this stackoverflow post: https://stackoverflow.com/questions/7490660/converting-wind-direction-in-angles-to-text-words,
and it seems you can get 0-360 degrees from
wind_degof the openweathermap api.