Skip to content

Latest commit

 

History

History
23 lines (12 loc) · 556 Bytes

File metadata and controls

23 lines (12 loc) · 556 Bytes

GTFS Accessibility Validator Service

This is a next.js app which provides a web interface to the gtfs-accessibility-validator. It checks transit data in GTFS format for fields and files related to accessibility.

It is available at https://validator.blinktag.com.

Setup

Install dependencies

npm install

Configure

Copy .env-example to .env.

cp .env-example .env

Update the values as needed.

Running Locally

npm run dev