To see a live version: https://joshhw.github.io/mbta-commuter-rail/
This was a sample test utilizing the MBTA's new APIv3 with Angular 6. The goal was to show North and South Station departures throughout the day.
In order to run this program you must have angular cli installed locally. The command npm install -g @angular/cli
will get you there. Angular 6 also requires Node.js version 8.9 or higher.
- Run npm install
- Run
ng serve -o
for a local dev build. This will also open your browser and load the website which lives at http:localhost:4200
This project was generated with Angular CLI version 7.1.3.