0.2.4 • Published 6 years ago

ts.twitch v0.2.4

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

ts.twitch

Twitch Chat & API Wrapper for Node.js Typescript


Features:

  • Simple to use
  • Small
  • Easy to extend
  • Twitch chat livestream
  • (TODO): Twitch API Calls

Installation:

npm install ts.twitch

How to Use:

After installing the package, getting chat is as easy as this:

import Twitch from "Twitch.ts";

const twitch: Twitch = new Twitch("username", "token", "channelnames", "seperated");

twitch.connect();
twitch.on("connected", () => console.log("WOHOO!"));
twitch.on("message", (message) => console.log(`content: ${message.content}`));

Contact:

Implicit#8954 on Discord, or just open an issue.

0.2.4

6 years ago

0.2.3

6 years ago

0.2.2

6 years ago

0.2.1

6 years ago