gtfs-rt-proxy/readme.md

25 lines
253 B
Markdown

# Overview
# General
Requirements:
* Node.js >= 10
# Preparation
```
npm i
```
# Development Setup
```
DEBUG=gtfs-rt,debug,index npm run dev
```
# Test
```
curl http://localhost:65532/
curl http://localhost:65532/gtfs-rt --output gtfs-rt.bin
```