1.0.1 • Published 2 years ago

@jgtvares/emoji-by-keyword v1.0.1

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

emoji-by-keyword

If you want to render emojis in your app using keywords, this lib is for you! This lib is based on Apple emojis!

Installing

npm install @jgtvares/emoji-by-keyword

How to Use

const { GetEmojiByKeyword } = require("@jgtvares/emoji-by-keyword");

const emoji = GetEmojiByKeyword(':joy:');

console.log(emoji);
// Output: { emoji: '😂', keyword: ':joy:' }

How it works

With a list of emojis and a list of keywords, both the same size, the lib checks if the given keyword exists in keywords list, if the keyword is found it searches for an emoji at the correspondent index.

It might not work with all keywords. The lists were manually synced to get the most emojis, but it is not perfect! Feel free to help me improve it!

License

MIT

Developed by