Crates.io | yawcli |
lib.rs | yawcli |
version | 0.2.2 |
source | src |
created_at | 2022-12-11 17:30:51.312657 |
updated_at | 2022-12-16 21:05:15.05904 |
description | CLI tool that uses your IP address to provide local weather data. Does not work outside the USA. |
homepage | https://github.com/JohnBCoding/yawcli |
repository | https://github.com/JohnBCoding/yawcli |
max_upload_size | |
id | 734425 |
size | 65,613 |
CLI tool that uses your IP address to provide local weather data. Does not work outside the USA as it uses the National Weather Service api for weather data.
yawcli 0.2.1
Uses your IP to get the local forecast, only works in USA.
USAGE:
yawcli.exe [FLAGS] [OPTIONS]
FLAGS:
-c, --celsius Converts temperature to celsius.
--color Prints out the forecast in color
-h, --help Prints help information
-V, --version Prints version information
OPTIONS:
--hours <hours> How many hours to show in hourly forecast, max 24. [default: 1]
If you currently have cargo installed you can simply run the following to install:
run cargo install yawcli