marcammann / roguesbb

An SBB Interface, both API and Frontend, based on the inofficial SBB api

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Purpose

An SBB Interface, both API and Frontend, based on the inofficial SBB api

# Requirements

  • A recent version of Python, including pip and virtualenv
  • hg (Mercurial)

# Installation

virtualenv sbb
cd sbb
source bin/activate

git clone git@github.com:marcammann/roguesbb.git

cd roguesbb
pip install -r requirements.txt

python setup.py develop

# Start the API Server

python sbbapi/manage.py runserver 0.0.0.0:8000    

# API Usage Examples

Check README.API for more information.

# License GPL2

# Disclaimer "THIS IS A FRIGGIN AWESOME PROJECT!"

About

An SBB Interface, both API and Frontend, based on the inofficial SBB api


Languages

Language:Python 81.2%Language:JavaScript 18.8%