ltcm
v1.0.5
Published
Lightweight twitch chat module
Downloads
4
Readme
LTCM
LTCM is a lightweight twitch chat module, that lets you receive and send messages from any twitch.tv channel.
Installation
npm install ltcm
Configuration
This package requires you to register a twitch user, so do that if you don't already have an account. After this, you need an oauth key. For this, go to this page.
Once you have everything, open the config_example
file in the root folder and insert your information. Finally rename the config_example
to config
.
Usage
See the examples folder too see how this package works.