joypixels / emojify.js

A Javascript module to convert Emoji keywords to images
http://hassankhan.github.io/emojify.js/
MIT License
1.8k stars 238 forks source link

New mode to support github's emoji api #124

Open regexb opened 9 years ago

regexb commented 9 years ago

We should add in a "github" mode that uses the github emoji endpoint as the sources for emoji. Would be an easier way to get started quickly with the iconset that github uses.

Docs - https://developer.github.com/v3/emojis/

Benefits -

hassankhan commented 9 years ago

Yeah this has kind of been on hold lately, it would be nice to see a PR :wink:

The only thing is I don't think it'd be great to limit ourselves to just the GitHub emoji, in an ideal world, we'd be able to use different sets (EmojiOne, Twitter etc.)