Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/yatharthx/emotikon

Emoji for everywhere use
https://github.com/yatharthx/emotikon

emoji emoticons emotion everything json

Last synced: about 2 months ago
JSON representation

Emoji for everywhere use

Awesome Lists containing this project

README

        

# emotikon [![Build Status](https://travis-ci.org/yatharthk/emotikon.svg?branch=master)](https://travis-ci.org/yatharthk/emotikon)

> 1K+ emoji for everywhere use

![CLI example screenshot](/screenshot.gif)

**Emotikon** is just a [JSON file](/emoji.json) containing emoji that can be used wherever.

### Install

```
$ npm install --save emotikon
```

### Usage

```js
const emotikon = require('emotikon');

console.log(emotikon.grin); // 😁
```

### License
MIT © Yatharth Khatri