| Crates.io | weatherapi-rs |
| lib.rs | weatherapi-rs |
| version | 0.3.2 |
| created_at | 2025-06-22 20:19:10.618204+00 |
| updated_at | 2025-12-10 10:01:01.101508+00 |
| description | Small weather CLI util for weatherapi.com |
| homepage | |
| repository | https://github.ciom/mufasa71/my-rustlets/weatherapi-rs |
| max_upload_size | |
| id | 1721903 |
| size | 90,225 |
This project is a simple weather application written in Rust. It uses the weatherapi.com and rapidapi subscription to fetch current weather data for a given city.
Copy example/weather_conditions.json
into ~/.config/weatherapi-rs directory.
Add rapidapi key into ~/.config/rapidapi.toml (see example/rapidapi.toml).
Then run the following command:
weatherapi-rs -q "London"