emulates the departure board of boston's north station.
the server requires express and request libraries to build a simple proxy for the depature data provided by the mbta.
git clone https://github.com/emarcotte/north-station-board
cd north-station-board
npm install
node server.js
load up http://localhost:3000 in a relatively modern browser. note that the page will load one library from cdnjs to parse the csv.
browser will also need support for fetch, string templates, and arrow functions, as i did not use any transpilers or polyfills to make it work with older browsers. firefox and chrome both seem to meet the need.