All Projects → muan → Emoji Search

muan / Emoji Search

🔍 Searching.

Programming Languages

javascript
184084 projects - #8 most used programming language

emoji-search

I made muan/emojilib because I wanted to build an emoji searcher. By now I have 3 projects doing emoji search, one web(emoji), one Electron app(mojibar), one mruby command line tool(emoji-cli), and each duplicating the search logic. It's about time this happens!

Usage

> const es = require('emoji-search')
> es('panda')
[ '🐼', '🎍' ]
> es('v')[0]
✌️

Development

$ npm install

OK

Sup.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].