An open API service indexing awesome lists of open source software.

https://github.com/lezdcs/stake-twitch-overlay

🎰 Display your Stake wager progression and the current slot you are playing for your stream audience
https://github.com/lezdcs/stake-twitch-overlay

casino live stake wager

Last synced: 8 months ago
JSON representation

🎰 Display your Stake wager progression and the current slot you are playing for your stream audience

Awesome Lists containing this project

README

          

# Stake Twitch Overlay

Display to your stream your wager progression and the current slot you are playing on!
## To use it locally:

First install all the dependencies with:
`npm install`

Then start it with:
`npm start`

## To build and deploy

Build your project with:
`npm run build`

You will need to install the serve package:
`npm install -g serve`

Finally, start the server:
`serve -s build -l 4000` where 4000 is the port, you can change it

Made by Lezd & [Aimebap](https://www.twitch.tv/aimebap)