UNPKG

@twurple/eventsub-http

Version:

Listen to events on Twitch via their EventSub API using a HTTP/WebHook server.

25 lines (16 loc) 1.01 kB
# Twurple - EventSub HTTP listener [![GitHub license](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/twurple/twurple/blob/main/LICENSE) [![npm version](https://img.shields.io/npm/v/@twurple/eventsub-http.svg?style=flat)](https://www.npmjs.com/package/@twurple/eventsub-http) ![PRs welcome](https://img.shields.io/badge/PRs-welcome-brightgreen.svg) Listen to events on Twitch via their EventSub API using HTTP/WebHooks. ## Installation npm install @twurple/api @twurple/eventsub-http # or yarn add @twurple/api @twurple/eventsub-http # or pnpm install @twurple/api @twurple/eventsub-http ## Documentation A good place to start with this library is the [documentation](https://twurple.js.org) which also includes a complete reference of all classes and interfaces, as well as changes and deprecations between major versions. ## If you're getting stuck... You can join the [Twitch API Libraries Discord Server](https://discord.gg/b9ZqMfz) and ask in `#twurple` for support.