Added README
This commit is contained in:
parent
9954dd0b62
commit
28b6982111
21
README.md
Normal file
21
README.md
Normal file
@ -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 <STATION> Name of the weather station [default: khio]
|
||||
-m, --metric Use Metric units. Imperial units otherwise
|
||||
-h, --help Print help
|
||||
-V, --version Print version
|
||||
```
|
Loading…
Reference in New Issue
Block a user