Skip to content

lowhung/translink-tracker

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

translink-tracker

This project was bootstrapped with Create React App.

Below you will find some information on how to perform common tasks.
You can find the most recent version of this guide here.

Screenshot of map view

This map app displays the positions of translink buses in metro Vancouver. The positions are marked in black and are updated every 10 seconds. This information comes from Translink's API.

The map was created using Mapbox GL.

Frontend

Frontend was done using React

Backend

Backend is a simple Express server that requests from Translink's API, and that the client-side requests the bus information from using Superagent.

To Run

  1. $ git clone git@github.com:hounslow/translink-tracker.git

  2. $ npm install in root and in server

  3. $ npm start in both /server and the root