yawcli

Crates.ioyawcli
lib.rsyawcli
version0.2.2
sourcesrc
created_at2022-12-11 17:30:51.312657
updated_at2022-12-16 21:05:15.05904
descriptionCLI tool that uses your IP address to provide local weather data. Does not work outside the USA.
homepagehttps://github.com/JohnBCoding/yawcli
repositoryhttps://github.com/JohnBCoding/yawcli
max_upload_size
id734425
size65,613
John Bullard (JohnBCoding)

documentation

README

yawcli (Yet Another Weather CLI)

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.

Usage

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]

Install

If you currently have cargo installed you can simply run the following to install:

run cargo install yawcli

Commit count: 20

cargo fmt