gtfs-rt-proxy/readme.md

25 lines
253 B
Markdown
Raw Permalink Normal View History

2023-07-25 17:40:05 +02:00
# Overview
# General
Requirements:
* Node.js >= 10
# Preparation
```
npm i
```
# Development Setup
2023-07-25 17:40:05 +02:00
```
DEBUG=gtfs-rt,debug,index npm run dev
```
# Test
2023-07-25 17:40:05 +02:00
```
curl http://localhost:65532/
curl http://localhost:65532/gtfs-rt --output gtfs-rt.bin
```