The best place to start with tmi.js is our documentation page.
This module currently support Node.js 4.x and every browser that support WebSockets. The current WebSocket protocol being used by this module is HyBi drafts 13-17.
Install with npm and jump to the configuration page to get started.
npm install tmi.js --save
To use the tmi.js CDN, just reference the file directly in the script tag.
<script src="//cdn.tmijs.org/js/0.0.24/tmi.js"></script>
SourceMap: //cdn.tmijs.org/js/0.0.24/tmi.js.map
- Follow @Schmoopiie on Twitter.
- Have a question that is not a bug report ? Discuss on the tmi.js forum.
- Found a bug ? Submit an issue.
In order of the most commits:
- Schmoopiie - https://github.com/Schmoopiie
- celluj34 - https://github.com/celluj34
- justinsacbibit - https://github.com/justinsacbibit
- Hatsuney - https://github.com/Hatsuney
- egonny - https://github.com/egonny
- AlcaDesign - https://github.com/AlcaDesign
- smalls89 - https://github.com/smalls89
Please review the guidelines for contributing of the tmi.js repository. We reserve the right to refuse a Pull Request if it does not meet the requirements.