Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/yatharthx/emotikon
- Owner: yatharthx
- License: mit
- Created: 2017-02-07T03:33:28.000Z (almost 8 years ago)
- Default Branch: master
- Last Pushed: 2017-02-13T17:43:10.000Z (almost 8 years ago)
- Last Synced: 2024-10-07T19:21:29.443Z (4 months ago)
- Topics: emoji, emoticons, emotion, everything, json
- Language: JavaScript
- Homepage:
- Size: 522 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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