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

https://github.com/stasm/replaydog

Simple StarCraft replay sharing
https://github.com/stasm/replaydog

Last synced: over 1 year ago
JSON representation

Simple StarCraft replay sharing

Awesome Lists containing this project

README

          

Set up
======

git clone git://github.com/stasm/replaydog.git
cd replaydog
virtualenv --no-site-packages --python=python2.7 env
source env/bin/activate
pip install -r requirements.txt
./manage.py validate
./manage.py syncdb
./manage.py runserver 0.0.0.0:8001