ts.twitch

0.2.4 • Public • Published

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.

Package Sidebar

Install

npm i ts.twitch

Weekly Downloads

1

Version

0.2.4

License

MIT

Last publish

Collaborators

  • implicit