moose-team / friends

:tv: P2P chat powered by the web.
http://moose-team.github.io/friends/
MIT License
3.17k stars 341 forks source link

add emoji completion #56

Open beaugunderson opened 9 years ago

bcomnes commented 9 years ago

Anyone have good experience with existing libs for this?

tunnckoCore commented 9 years ago

https://github.com/bevacqua/horsey this one is very small, good and optionated. built on top of other super small and focused libs like https://github.com/bevacqua/fuzzysearch which is awesome and super fast.

beaugunderson commented 9 years ago

muan's emoji project will be helpful i think, includes synonyms: https://github.com/muan/emoji/

mshenfield commented 9 years ago

Hey, I've been working on an emoji-chat project for fun. Here's a link to my repo. At.js combined with emojify.js is easy enough to implement, and has some good fuzzy matching.