Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/schteppe/dansa
Dance game for the web
https://github.com/schteppe/dansa
Last synced: about 2 months ago
JSON representation
Dance game for the web
- Host: GitHub
- URL: https://github.com/schteppe/dansa
- Owner: schteppe
- Created: 2014-10-11T10:18:43.000Z (about 10 years ago)
- Default Branch: master
- Last Pushed: 2014-10-16T20:10:05.000Z (about 10 years ago)
- Last Synced: 2024-04-09T18:24:46.780Z (9 months ago)
- Language: JavaScript
- Homepage: http://dansa.herokuapp.com
- Size: 67.1 MB
- Stars: 5
- Watchers: 4
- Forks: 3
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Dansa!
A dance game for the browser.
## Install
Install Node.js and the Heroku toolbelt. Install the npm dependencies via ```npm install```. Then, set the environment variables:
* ```DANSA_SC_CLIENT_ID```: SoundCloud client_id.
* ```DANSA_GA_ID```: Set to for example "UA-XXXXXXXX-X" and Google Analytics code will be inserted in all pages.
* ```DANSA_TABLE_PREFIX```: Table prefix for the database. Default is 'dansa_'
* ```DANSA_TITLE```: Title of the site.
* ```DANSA_RECAPTCHA_PUBLIC_KEY```: ReCaptcha public key
* ```DANSA_RECAPTCHA_PRIVATE_KEY```: ReCaptcha private keyStart the server with ```foreman start```.