cletusc / Userscript--Twitch-Chat-Emotes

Adds a button to Twitch that allows you to "click-to-insert" an emote.
http://cletusc.github.io/Userscript--Twitch-Chat-Emotes/
MIT License
36 stars 20 forks source link

Use memoize to help cache API #82

Open cletusc opened 9 years ago

cletusc commented 9 years ago

https://github.com/medikoo/memoize

This should help with caching API calls, pre-fetching before expiry (common with channel names, badges, etc), and generally make things better.