| Crates.io | umbrella |
| lib.rs | umbrella |
| version | 0.2.2 |
| created_at | 2024-12-04 15:25:47.761455+00 |
| updated_at | 2025-09-01 13:15:26.446806+00 |
| description | A simple weather client and CLI tool for the WeatherStack API. |
| homepage | https://github.com/bitfield/umbrella |
| repository | https://github.com/bitfield/umbrella |
| max_upload_size | |
| id | 1472212 |
| size | 93,870 |
A simple weather reporting tool in Rust, using the Weatherstack API.
cargo install umbrella
First, create a Weatherstack account, and obtain your API key.
export WEATHERSTACK_API_KEY=xxx
umbrella London, UK
Sunny 4.0ºC (London, United Kingdom)
To report temperature in Fahrenheit, use the --fahrenheit (or -f) flag:
umbrella --fahrenheit Los Angeles, USA
Fog 50.0ºF (Los Angeles, United States of America)