https://github.com/yatharthx/emotikon
Emoji for everywhere use
https://github.com/yatharthx/emotikon
emoji emoticons emotion everything json
Last synced: 2 months ago
JSON representation
Emoji for everywhere use
- Host: GitHub
- URL: https://github.com/yatharthx/emotikon
- Owner: yatharthx
- License: mit
- Created: 2017-02-07T03:33:28.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T17:43:10.000Z (over 9 years ago)
- Last Synced: 2025-09-18T23:04:44.007Z (9 months ago)
- Topics: emoji, emoticons, emotion, everything, json
- Language: JavaScript
- Homepage:
- Size: 522 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# emotikon [](https://travis-ci.org/yatharthk/emotikon)
> 1K+ emoji for everywhere use

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