Package Exports
- weather-emoticon-finder
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (weather-emoticon-finder) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
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