GTFS Viewer is a React based webapp that allows you to visualize and inspect a zip file from a gtfs feed.
https://marcphi.github.io/gtfs-viewer/
- clone the repository
- cd into the folder
- run
npm run start
- 100% local file processing
- load feed by using a feed url (pay attention to corse errors)
- load feed by using a local file
- load feed using url parameter (https://marcphi.github.io/gtfs-viewer/?url=[link_to_feed])
- visualize all stops
- visualize all trips
- hover over elements to view more details