Crates.io | weather-rs |
lib.rs | weather-rs |
version | 1.1.0 |
source | src |
created_at | 2022-05-29 20:25:32.549008 |
updated_at | 2023-01-02 22:53:25.242591 |
description | A CLI weather application |
homepage | |
repository | https://github.com/Clay-6/Weather-Rs |
max_upload_size | |
id | 596656 |
size | 142,994 |
Simple command line application to fetch weather data from openweathermap.org
's API
WEATHER_API_KEY
.
Alternatively, you can use a specific API key by using config --api-key
to store a specific key or --use-key
to use a key for one sessionMake sure you have rustup installed & the latest stable Rust version. Then, run the command
cargo install weather-rs
to install.
Download the installer from the latest GitHub release
and run it. All necessary changes to your PATH
will be made by the installer.
Download the executable from the latest GitHub release
and place it somewhere on your PATH
Ensure you have the latest stable Rust version installed through rustup then git clone
the repo & cd
into it. Then, run cargo build
for a debug build, or cargo build --release
for a release
build.