Real-Time-Bus-Tracker-Exercise

Location of public vehicles currently in transit in the City of Boston

View the Project on GitHub slumpbuster/Real-Time-Bus-Tracker-Exercise

Real Time Bus Tracker

Description

This shows the location of public vehicles in transit that are associated with the Massachusetts Bay Transportation Authority (MBTA). Originally, this showed the progrewssion of stops from MIT to Harvard. Now it will show all vehicles in transit throught the Bay area with information about each vehicle.

Purpose

This was done as an assignment in the MIT course - Full Stack Development with Mern


Technologies Used


Installation

How to Run

Generate a Mapbox API key

  1. Create a Mapbox account
  2. Go to account page and log in
  3. Scroll down till you see Access tokens
  4. Copy the Default public token
  5. Replace the YOUR TOKEN HERE in the section of code mapboxgl.accessToken = ‘YOUR TOKEN HERE’; in the mapanimation.js file

Improvements Made

Roadmap of Future Improvements


Files


Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

License

The MIT License (MIT)


Return to Slumpbuster Portfolio