-
Notifications
You must be signed in to change notification settings - Fork 1
Create a project
Kai Schallenberg edited this page Oct 23, 2023
·
1 revision
The SDK makes sure that you can connect to your Twitch chat and get quite a few events. To start, you need a local web server. We recommend the "LiveServer" extension at VsCode.

Now create the classic files that are required for websites.

Maintain in your html file our latest version of the SDK:
https://cdn.jsdelivr.net/gh/slive-app/sdk@v<sdkVersion>.<gatewayVersion>/_sliveBundle.js
You can find all versions at https://github.com/slive-app/sdk/releases
Caution: If you want to use a snapshot version, keep in mind that the SDK connects to our beta server and other tokens are required for login.
Now start the web server by clicking on the appropriate icon in the lower right corner.
