Skip to content

BenFort/guelph-transit-map

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

62 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Guelph Transit Map

A simple web app to view bus locations, routes, and stops for the Guelph Transit Commission. Available for use at guelph-transit-map.ca

Description

I was tired of standing at a bus stop and wondering where my bus was, as buses in Guelph are often running late. I discovered that Guelph provides access to real time GTFS (General Transit Feed Specification) data through their open data portal. Knowing this, and with an interest in doing fun things with publicly available data, I set out to display the locations of all the buses on a simple map. I later added the ability to view a bus' route outline. My friend Michael took an interest and made several great improvements to the app including displaying all the UI controls on the map element itself, the ability to view multiple routes at once, and the ability to view a route's stops.

Getting Started

Dependencies

  • Node.JS
  • NPM
  • A web browser

Installing

  • Clone the repository
  • Run npm install

Executing program

  • Run npm start

Authors