weather-emoticon-finder

1.1.3 • Public • Published

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

Dependents (0)

Package Sidebar

Install

npm i weather-emoticon-finder

Weekly Downloads

0

Version

1.1.3

License

MIT

Unpacked Size

4.16 kB

Total Files

5

Last publish

Collaborators

  • beasta