https://github.com/andreruffert/emoji-suggestions
:facepunch: Emoji suggestions for words
https://github.com/andreruffert/emoji-suggestions
cli emoji-suggestions emojis javascript
Last synced: about 1 year ago
JSON representation
:facepunch: Emoji suggestions for words
- Host: GitHub
- URL: https://github.com/andreruffert/emoji-suggestions
- Owner: andreruffert
- License: mit
- Created: 2016-06-16T17:37:07.000Z (almost 10 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T14:06:56.000Z (over 9 years ago)
- Last Synced: 2024-10-05T11:01:23.867Z (over 1 year ago)
- Topics: cli, emoji-suggestions, emojis, javascript
- Language: JavaScript
- Homepage: https://npm.im/emoji-suggestions
- Size: 11.7 KB
- Stars: 4
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emoji-suggestions
[](https://travis-ci.org/andreruffert/emoji-suggestions) [](https://www.npmjs.com/package/emoji-suggestions)
> Emoji suggestions for words.
## Install
```console
$ npm i emoji-suggestions -S
```
## Usage
```js
const emojiSuggestions = require('emoji-suggestions');
emojiSuggestions('hello');
// => [{ hello: [ '👋' ] }]
```
## CLI
```console
$ npm i emoji-suggestions -g
```
```console
$ emoji-suggestions --help
Usage:
$ emoji-suggestions
Options:
--help Show information
--version Show current version
Example:
$ emoji-suggestions hello
```
## Related
powered by [emojilib](https://github.com/muan/emojilib).
## License
MIT © [André Ruffert](http://andreruffert.com)