1.1.3 • Published 4 years ago

weather-emoticon-finder v1.1.3

Weekly downloads
1
License
MIT
Repository
github
Last release
4 years ago

weather-emoticon-finder

Retrieve weather emoticon for various weather conditions.

Installation

npm install weather-emoticon-finder

Usage

RunKit Example using Weather Underground

var WeatherEmoticonFinder = require('weather-emoticon-finder');
console.log(WeatherEmoticonFinder().get('clear'));
// ☀️
console.log(WeatherEmoticonFinder().get('foo'));
// ❓

Running the tests

npm test

License

MIT

1.1.3

4 years ago

1.1.2

4 years ago

1.1.1

4 years ago

1.2.0

7 years ago

1.1.0

7 years ago

1.0.0

7 years ago