Find relevant emojis from text on the command-line
Uses the API from this great article on Emoji & Deep Learning.
Check out the Dango app if you want something like this on your phone.
Ensure you have Node.js version 4 or higher installed. Then run the following:
$ npm install --global emoj
$ emoj --help
Usage
$ emoj [text]
Example
$ emoj 'i love unicorns'
🦄 🎠 🐴 🐎 ❤ ✨ 🌈
Run it without arguments to enter the live search
MIT © Sindre Sorhus