0nri / lucky-draw-with-gsheets

A simple lucky draw machine. Forked to add Google Sheets support.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lucky Draw with Google Sheets support

A simple lucky draw machine.

Demo on Vimeo: Watch

##Feature

##How to install Lucky Draw?

  1. Install Node.js: http://nodejs.org/

  2. Locate to the folder "lucky-draw/App" and execute the command:

    • On Mac, run sudo npm install
    • On Windows, run npm install
  3. Locate to the folder "lucky-draw/App",

    • On Mac, run sudo npm start
    • On Windows, run npm start
  4. Configure a Google Sheet API Key in /App/conf.js
    (See https://cloud.google.com/docs/authentication/api-keys)

  5. Open your browser and visit http://localhost:3000

Good luck :D

About

A simple lucky draw machine. Forked to add Google Sheets support.

License:MIT License


Languages

Language:JavaScript 70.7%Language:CSS 28.8%Language:HTML 0.5%Language:Ruby 0.0%