https://github.com/jpf/twilio-sxsw-game
https://github.com/jpf/twilio-sxsw-game
Last synced: about 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/jpf/twilio-sxsw-game
- Owner: jpf
- License: mit
- Created: 2013-05-09T21:36:43.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2013-07-24T23:33:24.000Z (almost 13 years ago)
- Last Synced: 2025-03-17T19:56:22.401Z (about 1 year ago)
- Language: Python
- Size: 141 KB
- Stars: 0
- Watchers: 2
- Forks: 2
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
[](http://githalytics.com/jpf/Twilio-SxSW-game)