1.3.1 • Published 10 years ago

emoji-suggestions v1.3.1

Weekly downloads
1
License
MIT
Repository
github
Last release
10 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

10 years ago

1.3.0

10 years ago

1.2.0

10 years ago

1.1.3

10 years ago

1.1.2

10 years ago

1.1.1

10 years ago

1.1.0

10 years ago

1.0.0

10 years ago