Skip to content

Visual simulator for MBTA VMS signs. Written in React TypeScript.

Notifications You must be signed in to change notification settings

transitmatters/VMS-Sign-Simulator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

About

image Simulates MBTA VMS signs visually.

Usage

Works as a react component

// Can be used like a standard MBTA Sign, with two destinations, two countdown times, and a clock
<VMSSign dest1="Frst Hills" dest2="Oak Grove" time1="4 min" time2="11 min" clock="4:38" scale={1}/>

// Or if "text" is specified, it overrides it. Max 48 characters. (Multi-page messages later?)
<VMSSign text="This is a test. Will    this work, Let us see." scale={3}/>

Dependencies

Node.js 18.x.x

React 18.x.x

Typescript 5.x.x

Script Dependencies

Python 3

About

Visual simulator for MBTA VMS signs. Written in React TypeScript.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published