greshake / i3status-rust

Very resourcefriendly and feature-rich replacement for i3status, written in pure Rust
GNU General Public License v3.0
2.81k stars 472 forks source link

block[weather]: Add support for the US National Weather Service #2061

Open Cognoscan opened 3 weeks ago

Cognoscan commented 3 weeks ago

I prefer using the US National Weather Service to get my forecast information in the US, especially as it means I don't need an API key like OpenWeatherMap requires. Thanks to the previous work that was done to support met.no, it was quite easy to add in support for NWS as an additional service option. Would it be alright to merge this support in?