1.3.1 • Published 8 years ago

emoji-suggestions v1.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
8 years ago

emoji-suggestions

Build Status npm version

Emoji suggestions for words.

Install

$ npm i emoji-suggestions -S

Usage

const emojiSuggestions = require('emoji-suggestions');

emojiSuggestions('hello');
// => [{ hello: [ '👋' ] }]

CLI

$ npm i emoji-suggestions -g
$ emoji-suggestions --help

  Usage:
    $ emoji-suggestions <word>

  Options:
    --help      Show information
    --version   Show current version

  Example:
    $ emoji-suggestions hello

Related

powered by emojilib.

License

MIT © André Ruffert

1.3.1

8 years ago

1.3.0

8 years ago

1.2.0

8 years ago

1.1.3

8 years ago

1.1.2

8 years ago

1.1.1

8 years ago

1.1.0

8 years ago

1.0.0

8 years ago