Skip to content

BlinkTagInc/gtfs-to-blocks-service

Repository files navigation

GTFS to Blocks as a Service

This project is a next.js app that runs on a server and uses GTFS-to-blocks to generate HTML or PDF schedules from transit data in GTFS format.

Try it out at https://blocks.blinktag.com/.

Setup

Install dependencies

npm install

Running Locally

npm run dev

Setting up in production

git clone https://github.com/BlinkTagInc/gtfs-to-blocks-service.git
cd gtfs-to-blocks-service
npm install
npm run build

Contributing

Pull requests are welcome, as is feedback and reporting issues.