# wethr

Command line weather tool.

![](/demo.gif)

## 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
