An open API service indexing awesome lists of open source software.

https://github.com/cdimascio/weather-conditions


https://github.com/cdimascio/weather-conditions

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

#weather-condition

Handy helper that translates The Weather Company icon code to a human readable description.

## Install

`npm install weather-conditions`

## Usage

```
var wc = require('weather-conditions');
console.log(wc.getConditionByIconCode))
```

## License
[MIT](https://opensource.org/licenses/MIT)