https://github.com/muan/emoji-search
🔍 Searching.
https://github.com/muan/emoji-search
Last synced: 3 months ago
JSON representation
🔍 Searching.
- Host: GitHub
- URL: https://github.com/muan/emoji-search
- Owner: muan
- Created: 2016-09-17T10:55:00.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2016-09-19T02:48:15.000Z (over 8 years ago)
- Last Synced: 2024-12-30T08:03:05.467Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 13.7 KB
- Stars: 31
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# emoji-search
I made [muan/emojilib](https://github.com/muan/emojilib) because I wanted to build an emoji searcher. By now I have 3 projects doing emoji search, one web([emoji](http://emoji.muan.co)), one Electron app([mojibar](https://github.com/muan/mojibar)), one mruby command line tool([emoji-cli](https://github.com/muan/emoji-cli)), and each duplicating the search logic. It's about time this happens!
## Usage
```javascript
> const es = require('emoji-search')
> es('panda')
[ '🐼', '🎍' ]
> es('v')[0]
✌️
```## Development
```
$ npm install
```# OK

Sup.