CTeAsy makes the CTA easy! It is a utility designed to help users quickly determine when the next train is arriving.
- Add support for bus tracking
- Integrate Customer Alert API to determine if events are affecting service
- Train Tracker API: CTA Train Tracker Documentation
- Customer Alerts API: CTA Customer Alerts API Documentation (PDF)
To expose your local server to the internet using Ngrok:
- Install Ngrok:
$ choco install ngrok $ ngrok config add-authtoken <your_token> $ ngrok http <port_running_flask>