Backend API for retrieving Kraków's public transport timetable data. Designed for its custom frontend (visionKMK-frontend).
It scrapes the original website and returns the data in JSON.
Python 3.6+ is required. You also have to install Django and BeautifulSoup on your computer,
To run, clone the code and run python3 manage.py runserver.