Dumpling jar is a node js application that spawns dumpling in a jar in real-time when there is a new twitch follower. It utilizes Streamlab's WebSocket to get real-time twitch events.
- The user needs to create a .env file with a variable name SOCKET_API. e.g.
SOCKET_API=dsnajsdahskjdahsuak....
- After adding the environment file. Copy and paste the following command in the command line.
npm install
npm start
- On your browser, type http://localhost:8080
- Create a streamlabs account or login.
- Follow this guide to obtain an access key.