Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/wiledal/who-wants-to-be-a-drinkionnaire
https://github.com/wiledal/who-wants-to-be-a-drinkionnaire
Last synced: about 1 month ago
JSON representation
- Host: GitHub
- URL: https://github.com/wiledal/who-wants-to-be-a-drinkionnaire
- Owner: wiledal
- Created: 2016-11-02T20:30:58.000Z (about 8 years ago)
- Default Branch: master
- Last Pushed: 2016-11-02T20:31:50.000Z (about 8 years ago)
- Last Synced: 2024-10-16T19:47:57.069Z (3 months ago)
- Language: JavaScript
- Size: 900 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
Awesome Lists containing this project
README
# Who wants to be a Drinkionnaire
## Setup
1. Pull repo
2. `npm install`## Run
`node app [--no-machine] [--chip]`
Running with the `--no-machine` flag will run the app without initializing johnny-five.
Running with the `--chip` flag assumes that the app is run on a C.H.I.P, and johnny-five will be initiated using `chip-io`.## questions.hjson
The game questions are kept in `web/questions.hjson`. These are parsed upon app load in the browser.