SDIP KZKGOP/ZTM is tracking system for delays in city buses in Silesia (Without any public API).
This give you easy to REST API for your own personal use.
Runtime:
Python 3 (python 3.8 recommended)
Requirements:
pip install -r requirements.txt
This app runs as web server giving you few endpoints:
- List of lines :
GET /line/list
- List vehicles on line :
POST /route/vehicles
- Current state of bus :
POST /vehicle/state
- Times of incoming stops :
POST /vehicle/journey
For resting purposes:
- State and journey in one :
POST /vehicle/status
- Does all requests while giving only line number :
POST /line/details
- Grzegorz M - Creator -
This project is licensed under the Mozilla Public License Version 2.0
- see the LICENSE file for details