Crates.io | umbrella |
lib.rs | umbrella |
version | |
source | src |
created_at | 2024-12-04 15:25:47.761455 |
updated_at | 2025-01-03 13:02:34.482523 |
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 |
Cargo.toml error: | TOML parse error at line 19, column 1 | 19 | autolib = false | ^^^^^^^ unknown field `autolib`, expected one of `name`, `version`, `edition`, `authors`, `description`, `readme`, `license`, `repository`, `homepage`, `documentation`, `build`, `resolver`, `links`, `default-run`, `default_dash_run`, `rust-version`, `rust_dash_version`, `rust_version`, `license-file`, `license_dash_file`, `license_file`, `licenseFile`, `license_capital_file`, `forced-target`, `forced_dash_target`, `autobins`, `autotests`, `autoexamples`, `autobenches`, `publish`, `metadata`, `keywords`, `categories`, `exclude`, `include` |
size | 0 |
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)