Skip to content

Latest commit

 

History

History
15 lines (9 loc) · 869 Bytes

README.md

File metadata and controls

15 lines (9 loc) · 869 Bytes

Codeship Status for databraid-dashboard/transit-spa

Transit SPA

Description

Realtime journey tracking of public transit options through Google Directions API; alerts from 511.org API. Displays top two routes for every destination (based on overall speed of journey) with live decrementing timer for when to leave current location, and hoverable display with specific transit instructions for each step. Current location is determined by the browser, with user permission, and destinations can be added and removed.

Usage

  • Ensure you have Docker installed. If not, you can download Docker here.
  • Fork and clone this repository.
  • Run npm install.
  • Run npm start.