This repository contains the front end code for my Twitch stream overlays.
Routes:
- /alerts
- /chat
- /giveaway
- /overlay
- /webcam
System requirements:
NodeJS
npm
In a terminal tab, run:
cd path/to/repo
npm install
#or
yarn install
All environment variables you will need for the application to run are demonstrated for you in the file env.example
.
This application uses a connection to the p4nth3rb0t-mainframe to receive websocket events from Twitch.
In a terminal tab, run:
cd path/to/repo
npm run start
#or
yarn start
Open http://localhost:3000 with your browser to see the result.
Thanks goes to these wonderful people (emoji key):
Michael Jolley 💻 |
This project follows the all-contributors specification. Contributions of any kind welcome!