Skip to content

MobilityLab/TransitScreen

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

68 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransitScreen

TransitScreen: a project from the Mobility Lab

Example Transit Screen

Introduction

TransitScreen is a web application real-time display that consolidates information about your transit options. This includes transit arrivals (for multiple modes and Washington, DC agencies including Metro, Metrobus, Circulator, ART, and PG The Bus), and bikeshare availability.

As the screens request data about selected stops, the web server queries each transit agency for arrival predictions, then asynchronously provides data to the screens.

The design aims to be information-dense, high contrast, yet clear.

The screen code is highly robust and successful in long-term deployment.

Instructions

The code requires PHP and (currently) a PostgreSQL database. The PHP backend is written on the Code Igniter (CI) platform following a model-view-controller (MVC) architecture. The frontend is Javascript. The database schema is defined in the file schema.sql.

You will likely need to adjust a few configuration files to get the set-up working properly. The Transit Screen wiki explains what to do, depending on your operating system.