Skip to content

Twitch chat, Twitch stream alerts and other fun stuff

License

Notifications You must be signed in to change notification settings

alphacentauri82/p4nth3rlabs

 
 

Repository files navigation

P4nth3rLabs: my interactive Twitch stream overlays

P4nth3rLabs: my interactive Twitch stream overlays

All Contributors

This repository contains the front end code for my Twitch stream overlays.

Routes:

  • /alerts
  • /chat
  • /giveaway
  • /overlay
  • /webcam

Getting started with development

System requirements:

NodeJS
npm

Install dependencies

In a terminal tab, run:

cd path/to/repo
npm install
#or
yarn install

Environment variables

All environment variables you will need for the application to run are demonstrated for you in the file env.example.

The backend application

This application uses a connection to the p4nth3rb0t-mainframe to receive websocket events from Twitch.

Running the application

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.

Contributors ✨

Thanks goes to these wonderful people (emoji key):


Michael Jolley

💻

This project follows the all-contributors specification. Contributions of any kind welcome!

About

Twitch chat, Twitch stream alerts and other fun stuff

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • TypeScript 97.9%
  • HTML 1.3%
  • Shell 0.8%