A simple lucky draw machine.
Demo on Vimeo: Watch
##Feature
- Support loading participants from Google Sheets using shareable link (See https://support.google.com/docs/answer/2494822?co=GENIE.Platform%3DDesktop&hl=en). The machine will load the values from Column A
- Support viewing the machine working from multiple devices at the same time
- Support mobile display and control
- Christmas theme
##How to install Lucky Draw?
-
Install Node.js: http://nodejs.org/
-
Locate to the folder "lucky-draw/App" and execute the command:
- On Mac, run
sudo npm install
- On Windows, run
npm install
- On Mac, run
-
Locate to the folder "lucky-draw/App",
- On Mac, run
sudo npm start
- On Windows, run
npm start
- On Mac, run
-
Configure a Google Sheet API Key in /App/conf.js
(See https://cloud.google.com/docs/authentication/api-keys) -
Open your browser and visit
http://localhost:3000
Good luck :D