Skip to content

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.

image

Now create the classic files that are required for websites.

image

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.

image

Clone this wiki locally