generator-snapcraft
Version:
Yoman generator for snapcraft node
36 lines (22 loc) • 298 B
Markdown
# wethr
Command line weather tool.

## Installation
```
npm install -g wethr
```
## Examples
Get current weather
```
$ wethr
```
Get current weather in metric units
```
$ wethr --metric
```
Get current weather in imperial units
```
$ wethr --imperial
```
## License
MIT