Project Awesome project awesome

Visualizations > Simple Transit Site

An online example of how to create a transit website all from your gtfs on Github

Package 6 stars GitHub

Simple Transit Site

A template built using Remix, Sqlite and GTFS Node to automate updates for public transit websites using GTFS Node.

Getting started

Copy .env.example to .env and add in your parameters.

To start

npm run generate
npm run db:push
npm run gtfs
npm run dev

Go to localhost:3000

Back to Transit