emojisource

1.0.1 • Public • Published

emojisource

This is a thin, opinionated wrapper around node-emoji. It provides random emoji and provides a filter for "boring" emoji.

Installation

npm install emojisource

Usage

var emojisource = require('emojisource');
var emoji = emojisource.getRandomTopicEmoji();
if (!emojisource.emojiValueIsOKAsATopic('🆒')) {
  console.log('Not OK! Emoji is too boring.');
}

Tests

Run tests with make test.

License

MIT.

Readme

Keywords

none

Package Sidebar

Install

npm i emojisource

Weekly Downloads

1

Version

1.0.1

License

MIT

Unpacked Size

6.28 kB

Total Files

5

Last publish

Collaborators

  • jimkang