umbrella

Crates.ioumbrella
lib.rsumbrella
version0.2.2
created_at2024-12-04 15:25:47.761455+00
updated_at2025-09-01 13:15:26.446806+00
descriptionA simple weather client and CLI tool for the WeatherStack API.
homepagehttps://github.com/bitfield/umbrella
repositoryhttps://github.com/bitfield/umbrella
max_upload_size
id1472212
size93,870
John Arundel (bitfield)

documentation

https://docs.rs/umbrella

README

Crate Docs CI Audit Maintenance

umbrella

A simple weather reporting tool in Rust, using the Weatherstack API.

Installation

cargo install umbrella

Usage

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)

Units

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)
Commit count: 14

cargo fmt