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

https://github.com/dylanlott/overlord

a starcraft build tracker, organizer, and explorer.
https://github.com/dylanlott/overlord

organizer starcraft starcraft2

Last synced: 7 months ago
JSON representation

a starcraft build tracker, organizer, and explorer.

Awesome Lists containing this project

README

          

scbuilds
========

> a starcraft build tracker, creator, and sharing platform.

## Developing on the Parser

1. Create a virtualenv
`virtualenv parser`

2. Enter the virtualenv `source bin/activate`

3. Run the Flask app
`FLASK_APP=app.py flask run`