Weather CLI provides fast access to weather forecasts directly in your terminal.
Currently, we provides binaries for x86_64-pc-windows-gnu
, x86_64-unknown-linux-musl
and x86_64-apple-darwin
targets. Look for them in the latest release note.
- Download
weather_cli_{release_verions}_x86_64-unknown-linux-musl.tar.gz
archive from the latest release note.
- Download
weather_cli_{release_verions}_x86_64-apple-darwin.zip
archive from the latest release note.
- Download
weather_cli_{release_verions}_x86_64-pc-windows-gnu.zip
archive from the latest release note.
Retrive the binary weather
from the downloaded archive and move it to your PATH for more comfortable usage.
Documentation for all the available Cli commands can be accessed with the following command.
weather --help
Weather cli provides current weather information as well as forecasts for 24 hours
, 3 days
and 5 days
.
Cli tool has support for managing frequently used places, stored with tag
by their geodetic coordinats.
You can use any of the providers available in the tool.
To configure the data provider you call this commands.
weather configure <provider> --key <KEY>
Where <provider>
subcommand could be either open-weather
or weather-api
.
- A free tier subscription from any provider is sufficient for all the functionality available in the tool.
Unless you explicitly state otherwise, any contribution intentionally submitted for inclusion in this crate by you, as defined in the Apache-2.0 license, shall be dual licensed as above, without any additional terms or conditions.