virtualenv venv
source venv/bin/activate
pip install beautifulsoup4 requests flask
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/