weather-emoticon-finder
v1.1.3
Published
maps weather phrases to a simple set of unicode weather emoticons
Maintainers
Readme
weather-emoticon-finder
Retrieve weather emoticon for various weather conditions.
Installation
npm install weather-emoticon-finderUsage
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 testLicense
MIT
