Currently wttrbar shows 3 detailed days in the tooltip on mouseover
Would it be possible to add a flag like --days N that passes num_of_days=N to the wttr.in API?
Example:
wttrbar --days 6
Internally this could request:
https://wttr.in/?format=j1&num_of_days=6
This would allow users to see longer forecasts on hover.
Currently wttrbar shows 3 detailed days in the tooltip on mouseover
Would it be possible to add a flag like --days N that passes num_of_days=N to the wttr.in API?
Example:
wttrbar --days 6
Internally this could request:
https://wttr.in/?format=j1&num_of_days=6
This would allow users to see longer forecasts on hover.