Skip to content

Latest commit

 

History

History
29 lines (18 loc) · 1.02 KB

README.md

File metadata and controls

29 lines (18 loc) · 1.02 KB

WeGo Transit Map

Node CI CodeQL

screenshot

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.

Development

Start the application with the default endpoint.

$ npm start

Run the test suite.

$ npm test

Build static app to ./build folder.

$ npm run build