# Install
#### Using npm:
```text
$ npm install fetchweather
```
#### Using bower:
```text
$ bower install fetchweather
```
#### Using yarn:
```text
$ yarn add fetchweather
```
# Example
```javascript
const weather = require('fetchweather')

// give country name as parameter
weather('Uzbekistan')
```
**Or**
```text
$ nodejs main.js getWeather --country="Uzbekistan"
```

# Run
```text
$ node main.js
```

