grantjbutler / MojoWheel

Spin the wheel! A websocket program for twitch stream overlays

Home Page:http://stonemoney.github.io/MojoWheel.html

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

alt text

Websocket program for twitch stream overlays. Click to spin the wheel and it will randomly select one of the submitted strings via result.html, which would be captured in XSplit/OBS as a BrowserWindow.

Getting started

Dependencies:

Index.html is the controller where you can add, remove, spin, and view the prompts.

Results.html is front-end visual graphics of the wheel including sound and animations.

Server.js is the websocket server which passes along the strings, and also stores them locally. Runs default on port 8080

To start the server run node main.js or npm start

To compile the server into an exe: pkg --output MojoWheel.exe --targets node6-win-x86 main.js

To compile the converter into an exe: pkg --output Convert.exe --targets node6-win-x86 convert.js

Todo & Future features

  • macOS & Linux support

About

Spin the wheel! A websocket program for twitch stream overlays

http://stonemoney.github.io/MojoWheel.html

License:MIT License


Languages

Language:HTML 81.3%Language:JavaScript 18.7%