Simple tool written in Rust to query weather
Go to file
2024-08-14 20:08:28 -07:00
src Miscellaneous cleanup 2024-03-09 14:12:08 -08:00
.gitignore Merge remote-tracking branch 'origin/main' 2024-08-14 20:08:28 -07:00
Cargo.lock First commit 2024-02-25 16:32:47 -08:00
Cargo.toml First commit 2024-02-25 16:32:47 -08:00
LICENSE Initial commit 2024-08-15 03:03:08 +00:00
README.md Initial commit 2024-08-15 03:03:08 +00:00

Bar weather

Simple tool written in Rust to query weather

Description

  • Tool uses weather.gov API to query weather

Usage

  • Use the --help option for usage information:
Usage: bar_weather [OPTIONS]

Options:
  -s, --station <STATION>  Name of the weather station [default: khio]
  -m, --metric             Use Metric units. Imperial units otherwise
  -h, --help               Print help
  -V, --version            Print version