Skip to content

A stream overlay scoreboard for sports. Originally designed for hockey and football

License

Notifications You must be signed in to change notification settings

i-am-gizm0/streamboard

Repository files navigation

Streamboard

This is a scoreboard overlay built for livestreaming sports.
Built with Bootstrap for controller UI, Svelte for all UI, Typescript, and WebSockets.

Installation

Clone the repository and navigate the terminal to the directory

git clone https://github.com/i-am-gizm0/streamboard
cd streamboard

Make sure you have Node and NPM installed, then you can install the dependencies

npm install

Usage

You can start the server by running

npm run serve

NOTE: As of writing, the server does not serve the UI itself.

Once the server is running, you can visit http://localhost:5000/controller in your browser to open the controller and http://localhost:5000/board to open the scoreboard.

About

A stream overlay scoreboard for sports. Originally designed for hockey and football

Resources

License

Stars

Watchers

Forks

Releases

No releases published