CLI program to display current weather data.

Primarily meant to be used as a status bar module, however there's CLI functionality as well.

Installation

Build from source using cargo.

$ git clone --branch main https://github.com/chellipse/weather-rs
$ cd weather-rs
$ cargo install --path .

Make sure ~/.cargo/bin is in your PATH.