Crates.io | wethr |
lib.rs | wethr |
version | 0.6.0 |
source | src |
created_at | 2021-09-12 04:33:31.14994 |
updated_at | 2021-09-21 11:40:05.662172 |
description | Command line weather tool. |
homepage | https://github.com/risoflora/wethr |
repository | https://github.com/risoflora/wethr |
max_upload_size | |
id | 449986 |
size | 110,945 |
wethr
Command line weather tool.
Usage: wethr [options] [city name[,state code][,country code]]
Options:
-m, --metric Weather in metric units (compatibility)
-i, --imperial Weather in imperial units (compatibility)
-u, --unit [C]elsius or [F]ahrenheit
Unit of measurement
-c, --connect-timeout 5
Connect timeout (in seconds)
-t, --timeout 30 Timeout (in seconds)
-p, --location-provider 0 to 3
Location provider
-f, --full-info Full weather information
-s, --silent Silent mode
-v, --version Print program version
-h, --help Print this help menu
Stable binaries for Linux, Windows and Mac OS are available for download at the releases page.
docker run -it risoflora/wethr
cargo install wethr
Pull Requests and Issues are welcome!
This project was inspired by twobucks's wethr.
This project is licensed under the MIT license.