A Chromecast application and proxy for twitch.tv
official web application available at datcoloc.com/twitch-cast
Make sure you have docker >= 1.10 and docker-compose >= 1.6 installed
Generate your SSL/TLS certificate in frontend/server/fullchain.pem
Place the associated private key in frontend/server/privkey.pem
then run:
export TWITCH_CLIENT_ID=your_twitch_client_id
export TWITCH_CLIENT_SECRET=your_twitch_client_secret
export TWITCH_APP_REDIRECT_URI=your_twitch_app_redirect_uri
export CHROMECAST_APP_ID=your_chromecast_app_id
./deploy.sh