Skip to content

Simple Python app to retrieve and display Boston North Station departures

License

Notifications You must be signed in to change notification settings

sabrsorensen/mbta_departure_board

Repository files navigation

MBTA Departure Board

How to run

Local Python

Install Python 3 and pip, then clone this repo, change directory into your cloned working copy, and run:

python -m pip install -r requirements.txt
python -m flask run

Docker (preferred)

Using your MBTA API key as an environment variable, execute:

docker run ghcr.io/sabrsorensen/mbta_departure_board -e MBTA_API_KEY=$MBTA_API_KEY -p 5000:5000

Then visit http://localhost:5000 to view upcoming departures from the MBTA's North Station in Boston, Massachusetts.

References

About

Simple Python app to retrieve and display Boston North Station departures

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published