项目作者: best-coloc-ever

项目描述 :
Cast Twitch on your Chromecast
高级语言: JavaScript
项目地址: git://github.com/best-coloc-ever/twitch-cast.git
创建时间: 2015-11-15T17:52:46Z
项目社区:https://github.com/best-coloc-ever/twitch-cast

开源协议:MIT License

下载


twitch-cast Build Status

A Chromecast application and proxy for twitch.tv

official web application available at datcoloc.com/twitch-cast

Deployment

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:

  1. export TWITCH_CLIENT_ID=your_twitch_client_id
  2. export TWITCH_CLIENT_SECRET=your_twitch_client_secret
  3. export TWITCH_APP_REDIRECT_URI=your_twitch_app_redirect_uri
  4. export CHROMECAST_APP_ID=your_chromecast_app_id
  5. ./deploy.sh