1.5.0 • Published 4 years ago

tmi.js-proxy v1.5.0

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

tmi.js

Build Status Downloads Npm Version Node Version Issues

npm.io

Documentation

This module currently supports Node.js 7.x and every browser that supports WebSockets. The current WebSocket protocol being used by this module is HyBi drafts 13-17.

Install

Node

$ npm i tmi.js --save

Browser

Available as "tmi" on window.

<script src="/scripts/tmi.min.js"></script>

Prebuilt Releases

Release page

Build Yourself

$ git clone https://github.com/tmijs/tmi.js.git
$ npm install
$ npm start build

Content Delivery Network (CDN)

Not available at the moment.

Community

Contributors

In order of the most commits:

Contributing guidelines

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.