WIP 🛠
Source code of https://twitch-custom-view.herokuapp.com/
A custom website you can connect with your twitch account and watch twitch streamers you follow. It's like a simple twitch.tv clone.
After you have cloned this repository, create .env file and use npm to install dependencies.
Clone this repository;
git clone https://github.com/merkdev/twitch-custom-view
Create .env file and paste following;
TWITCH_CLIENT_ID= // Get this on twitch developer page
TWITCH_SECRET= // Get this on twitch developer page
SESSION_SECRET= // Some random strings for security
CALLBACK_URL= // Define it in twitch api tool and paste here
PORT= // Write port number
DOMAIN= // Enter production domain
For development build;
$ npm install
$ npm run start:dev
Idea from kadgar.net