BlinkTagInc / gtfs-to-html-service

A service that uses gtfs-to-html to generate HTML or PDF schedules from transit data in GTFS format.

Home Page:https://run.gtfstohtml.com

Repository from Github https://github.comBlinkTagInc/gtfs-to-html-serviceRepository from Github https://github.comBlinkTagInc/gtfs-to-html-service

GTFS to HTML as a Service

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

Try it out at https://run.gtfstohtml.com/.

Setup

Install dependencies

npm install

Running Locally

npm run dev

Setting up in production

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

Contributing

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

About

A service that uses gtfs-to-html to generate HTML or PDF schedules from transit data in GTFS format.

https://run.gtfstohtml.com

License:MIT License


Languages

Language:TypeScript 91.9%Language:CSS 7.5%Language:JavaScript 0.5%Language:Shell 0.1%