Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 1.01 KB

README.md

File metadata and controls

20 lines (16 loc) · 1.01 KB

Real Time Bus Tracker

This project provides a real-time bus tracker for currently active Massachusetts Bay Transportation Authority (MBTA) buses on Route 1, built from MIT xPro starter code. Data is fetched from the MBTA v3 API, and is refreshed every 10 seconds. The datapoints provided include: total currently active buses as well as the current stop and occupancy level for each active bus, displayed on a map.

How to run:

  1. Click the button at the top left of the screen to begin the real-time data feed.
  2. Click the pause button at any time to pause the refresh.

Roadmap:

  1. Allow user to change routes via a dropdown menu
  2. Connect the "current stop" integer code to a plain English stop name
  3. Improve label positioning for bus icons on map so that image and text are visibly separated
  4. Allow user to select different datapoints to view for currently active buses

License: MIT 2021

Contact: Viren // [email protected]