dbuentello / twitch_extension_debug

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Whats in this Repo

This repo contains a Twitch Extensions "tester". Which basically implements a most/every feature for test purposes. And is used to flag a number of TwitchDev issues

Server Port

To change the port that the server listens on for Extension Serving modify the following in server/server.js

app.listen(8050, function () {
    console.log('booted express on 8050');
});

The use a Reverse SSH Tunnel or NGROK to handle SSL termination for preferred testing on Twitch.

Documentation

About

License:Do What The F*ck You Want To Public License


Languages

Language:JavaScript 63.7%Language:HTML 20.3%Language:CSS 16.0%