TrainIsLate
0-click train delay visualizer for train delay data from SBB. Lauzhack 2016 project by @tkw1536, @kuboschek and @Majorka1.
Requirements
- A MySQL server somewhere
- Python 3.5
pip3 install -r requirements.txt
Usage
Data Import
- Download the data from the FTP server and put it into a folder somewhere.
- Start the script
python3 import_data.py
(and enter the right parameters). - Wait for about 30 minutes.
- Done, you know have ~5 million items inside the database.
Start the webserver
- Just run
python3 run_server.py
. - Go to http://localhost:5000
License
licensed under MIT, see license.md
Log in or sign up for Devpost to join the conversation.