Workflow Layer for CTA Train Tracker API
- Apply for CTA Developer API access here
- Once approved, store API access key in env.py as "CTA_API_KEY"
- Add/remove CTA stops in "stations" dictionary (complete list of CTA stop and map IDs)
- Stand up server to host code
- ???
- profit
This module makes use of the following Python modules that you must have installed.
- beautifulsoup4
- datetime
- Flask
- requests
