https://github.com/cdimascio/weather-conditions
https://github.com/cdimascio/weather-conditions
Last synced: about 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/cdimascio/weather-conditions
- Owner: cdimascio
- Created: 2016-09-07T21:12:48.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-11-09T15:26:33.000Z (over 9 years ago)
- Last Synced: 2025-03-05T18:56:24.851Z (over 1 year ago)
- Language: JavaScript
- Size: 8.79 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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)