Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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

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 key

Start the server with ```foreman start```.