1.1.3 • Published 6 years ago
weather-emoticon-finder v1.1.3
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