1.1.3 • Published 6 months ago

@traskin/twitch-tools-js v1.1.3

Weekly downloads
-
License
-
Repository
-
Last release
6 months ago

Twitch Tools JS

Publish Package to npmjs.org Continuous integration

This project is a JavaScript tool designed to handle Twitch and chat events, as well as Twitch API calls. The tools are designed to be used directly in the browser through WebSocket connections.

Features

  • Twitch events (EventSub via WebSocket)
  • Chat events (IRC via WebSocket)
  • Twitch API calls

Installation

CDN

<script
  type="module"
  src="https://cdn.jsdelivr.net/npm/@traskin/twitch-tools-js@1.1/twitch-tools.js"
></script>
<script type="module">
  import {
    Api,
    Chat,
    EventSub,
  } from "https://cdn.jsdelivr.net/npm/@traskin/twitch-tools-js@1.1/twitch-tools.js";
</script>

NPM

npm install @traskin/twitch-tools-js
<script type="module">
  import {
    Api,
    Chat,
    EventSub,
  } from "./node_modules/@traskin/twitch-tools-js/twitch-tools.js";
</script>

Usage

See our documentation.

Contributing

We welcome contributions to this project. Please feel free to fork the repository and submit a pull request.

1.1.1

9 months ago

1.1.0

9 months ago

1.1.3

6 months ago

1.1.2

6 months ago

1.0.7

1 year ago

1.0.6

1 year ago

1.0.2

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.1

1 year ago

1.0.0

1 year ago