From 28b6982111d5657a4781e9dd372e343f01d0acf5 Mon Sep 17 00:00:00 2001 From: Mahesh Asolkar Date: Wed, 14 Aug 2024 20:00:51 -0700 Subject: [PATCH] Added README --- README.md | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..2f5096d --- /dev/null +++ b/README.md @@ -0,0 +1,21 @@ +# 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: + +```sh +Usage: bar_weather [OPTIONS] + +Options: + -s, --station Name of the weather station [default: khio] + -m, --metric Use Metric units. Imperial units otherwise + -h, --help Print help + -V, --version Print version +```