Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/andreruffert/emoji-suggestions
:facepunch: Emoji suggestions for words
https://github.com/andreruffert/emoji-suggestions
cli emoji-suggestions emojis javascript
Last synced: 2 months 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 (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-07-07T14:06:56.000Z (over 8 years ago)
- Last Synced: 2024-10-05T11:01:23.867Z (3 months 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
[![Build Status](https://travis-ci.org/andreruffert/emoji-suggestions.svg?branch=master)](https://travis-ci.org/andreruffert/emoji-suggestions) [![npm version](https://img.shields.io/npm/v/emoji-suggestions.svg)](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 --helpUsage:
$ emoji-suggestionsOptions:
--help Show information
--version Show current versionExample:
$ emoji-suggestions hello
```## Related
powered by [emojilib](https://github.com/muan/emojilib).
## License
MIT Β© [AndrΓ© Ruffert](http://andreruffert.com)