A nodejs app to select a random winner from a group of people based on Conway's Game of Life and their Twitter, Facebook or Google profiles.
- Install node
sudo apt-get install nodejs
- Clone this repo
git clone https://github.com/infoxchange/game-of-life-random-name-select.git
- Install dependencies
cd game-of-life-random-name-select npm install
- Setup config.js
cp config.js.example config.js # Then edit config.js to include the required vars
- Start the app
node app
The app should be up and running at http://localhost:3000.
