yawcli 0.1.2

CLI tool that uses your IP address to provide local weather data. Does not work outside the USA.
Documentation

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.1.2
Uses your IP to get the local forecast, only works in USA.

USAGE:
    yawcli.exe [FLAGS]

FLAGS:
    -c, --celsius    Converts temperature to celsius.
    -h, --help       Prints help information
    -V, --version    Prints version information

Install

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

run cargo install yawcli