https://github.com/simulatedgreg/kappa.js
A simple jQuery Plugin that can easily find text Twitch emotes and replace them with their respective emoticons.
https://github.com/simulatedgreg/kappa.js
Last synced: about 2 months ago
JSON representation
A simple jQuery Plugin that can easily find text Twitch emotes and replace them with their respective emoticons.
- Host: GitHub
- URL: https://github.com/simulatedgreg/kappa.js
- Owner: SimulatedGREG
- License: isc
- Created: 2015-03-04T08:21:44.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2018-11-05T14:42:37.000Z (over 6 years ago)
- Last Synced: 2025-04-03T02:37:01.806Z (2 months ago)
- Language: JavaScript
- Homepage: http://simulatedgreg.github.io/Kappa.js
- Size: 1.23 MB
- Stars: 16
- Watchers: 4
- Forks: 5
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
[Kappa]: http://static-cdn.jtvnw.net/emoticons/v1/25/1.0
# ![Kappa Emote][Kappa] Kappa.js v2.0.5
Kappa.js is a simple jQuery Plugin that can easily find text Twitch emotes and replace them with their respective emoticons.## How does this work?
Kappa.js is made possible with the use of [Twitch Emotes API v2](http://twitchemotes.com/apidocs). Kappa.js will pull a fresh list of **global emotes** and save in localStorage. Please note this API is currently in *development*, so features and structure may change without warning.## How do I get this?
Kappa.js can be quickly installed from the public bower registry. Just run...
```
bower install kappa.js
```
Or maybe you'd prefer npm...
```
npm install kappa.js
```
Alternatively, you can simply clone down this repository with...
```
git clone https://github.com/SimulatedGREG/Kappa.js.git
```## How do I use this?
To get started include the `kappa.js` file just before the end of your closing `