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

https://github.com/jpf/twilio-sxsw-game


https://github.com/jpf/twilio-sxsw-game

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

This is the code that people used to get an invitation to Twilio's SxSW party.

To use:
1. Put a real value for MONGO_URL in the '.env.sample' file
2. Rename '.env.sample' to '.env'
3. Run tests with "nosetests"
4. Run the app with "python app.py"

To deploy to Heroku:
1. heroku create
2. heroku config GAME_PASSWORD=
3. heroku config DEFAULT=start
4. heroku config MONGO_URL=
5. git push heroku master
6. heroku open

[![githalytics.com alpha](https://cruel-carlota.pagodabox.com/9eac20d0c7ff046169c9ae870c5a1039 "githalytics.com")](http://githalytics.com/jpf/Twilio-SxSW-game)