A tiny web app that answers the question "Is your train fucked?"
Hint: it probably is.
IMTF is written in python and intended to be an AWS Lambda microservice. Apex is used for function uploading, version management, and testing.
-
MTA information is queried every minute
a. New data is written to S3 for record-keeping purposes (perhaps querying w/ Atlas in the future?)
b. New data is written to index.html file and uploaded to S3 hosted website
Pretty simple!
Right now, you can hit an "API" and see the latest train status in a really crappy format. I'm working on fixing it soon, so stay tuned!