Skip to content

GTFS Viewer is a webapp that allows you to visualize and inspect gtfs feed.

Notifications You must be signed in to change notification settings

MarcPhi/gtfs-viewer

Repository files navigation

GTFS Viewer

GTFS Viewer is a React based webapp that allows you to visualize and inspect a zip file from a gtfs feed.

Screenshot

Use Directly

https://marcphi.github.io/gtfs-viewer/

Run Local

  1. clone the repository
  2. cd into the folder
  3. run npm run start

Features

  • 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

About

GTFS Viewer is a webapp that allows you to visualize and inspect gtfs feed.

Resources

Stars

Watchers

Forks