A lunch wheel for when you can't decide.
https://lab.miguelmota.com/lunch-wheel
Example showing the button
Current retro theme
npm install -g lunch-wheel
Run server
$ lunch-wheel
Then head over to http://localhost:9090/
Open up the console and do:
window.lunchWheel.segments(['Burgers', 'Tacos', 'Ramen', 'Burritos', 'Seafood', 'Salad'])
Open up the console and do:
window.lunchWheel.name(['Dinner Wheel'])
Build client scripts
npm run watch
-
Q: It isn't detecting my big red button!
- A: Plug in the USB first and then restart server.
-
Q: It's not detecting the button on Linux!
- A: You might have to run as root. Take a look at the big-red-button repo for more help info.
MIT