Skip to content

miged/TransitTime

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransitTime - Real-time transit updates

TransitTime is a web app where you can look up transit data such as stop information, arrival predictions, and bus location.

DEMO: https://transit-time.netlify.app/

Supported Transit Agencies

  • Edmonton Transit Service
  • Toronto Transit Commission

Nearby Search Times Display

Project Setup

  • Clone this repo
  • Install dependencies with npm install in both server and client folders.
  • Make an ENV file for both server and client using .env.example and fill in the fields with your database url and API keys.
  • In the server folder, use npm start to run the server.
  • In the client folder, use npm start to run the client.