Implementation of the General Transit Feed Specification (GTFS) Realtime feed for Nashville's WeGo Public Transit bus system. Displays all vehicle locations on a map.
Requires a separate application to be up and running for the static data components (route, shapes, trips, etc.) to work properly. Configure the endpoint as GTFS_BASE_URL
in your environment.
Start the application with the default endpoint.
$ npm start
Run the test suite.
$ npm test
Build static app to ./build
folder.
$ npm run build