twitcheasy-twitch-bottwitch-authtwitch-auth-tmitwitch-chat-clienttwitch-eventsubtwitch-pubsub-clienttwitch-webhooks

Getting started

Installation

To add Twitch.js and the WebHook listener to your project, just execute:

yarn add twitch twitch-webhooks

or using npm:

npm install twitch twitch-webhooks

Importing the library

Using ES2015 modules:

import { WebHookListener } from 'twitch-webhooks';

Using CommonJS:

const { WebHookListener } = require('twitch-webhooks');