# weatherX
A terminal weather app

============

**Install** 

```
npm install weatherx -g
```
============
  
**How To Use** 

```
weather cityName
```
Access current weather of `cityName`.
 
```
weather cityName -5
```
Seach weather forecast for 5 days with data every 3 hours by `cityName`.
 
```
weather lat118 lon24.4 -geo
```
`lat`, `lon` coordinates of the location of your interest!
 
```
weather lat118 lon24.4 -geo -5
```
Seach weather forecast for 5 days with data every 3 hours by geographic coordinates.
