From: Sondre Wold Date: Wed, 10 Apr 2024 13:50:32 +0000 (+0200) Subject: Update README.md X-Git-Url: https://letsjmore.com/?a=commitdiff_plain;h=33b808ad77cde16537b3b97b8a04e8673da1dab8;p=weather_cli.git Update README.md --- diff --git a/README.md b/README.md index 324a5d7..a68b14b 100644 --- a/README.md +++ b/README.md @@ -1,7 +1,13 @@ # Minimal Weather CLI Tool -This small script gets the average temperature and total precipitation for the next "x" hours at your current location (based on your ip). +This small script gets the average temperature and total precipitation for the next "x" hours at your current location (based on your IP). -Building the binary requires `cargo`: `cargo build --release` +### Requirements +- `serde` +- `reqwest` +- `serde_json` + +### Build +You can build the binary with cargo: `cargo build --release` The binary takes 1 argument (the hours): `./weather_cli 5`