Skip to content

Latest commit

 

History

History
21 lines (14 loc) · 371 Bytes

README.md

File metadata and controls

21 lines (14 loc) · 371 Bytes

kvb-api

Installation (für Ungeduldige)

virtualenv venv
source venv/bin/activate
pip install beautifulsoup4 requests flask

Start

python server.py

Ein paar Test-URLs:

http://127.0.0.1:5000/
http://127.0.0.1:5000/stations/
http://127.0.0.1:5000/stations/1/
http://127.0.0.1:5000/stations/2/
http://127.0.0.1:5000/stations/3/