Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 --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)