Skip to content

Some twitch thing that listens for channel points redemptions

Notifications You must be signed in to change notification settings

adan-ferguson/TwitchThing

Repository files navigation

Setup Nodes

Make config.json

{
    "port": <something>,
    "secret": <some string>,
    "twitch": {
        "clientID": <twitch app client id>,
        "clientSecret": <twitch app client secret>
    }
}
npm install
npm run gulp
npm rum build
npm run startdb
npm run startserver

nginx location /etc/nginx/conf.d

About

Some twitch thing that listens for channel points redemptions

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages