Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/gssi/otp-gtfs-reloader

Tool to read updates of your static GTFS file and to reload it dynamically on your OpenTripPlanner running application.
https://github.com/gssi/otp-gtfs-reloader

Last synced: 14 days ago
JSON representation

Tool to read updates of your static GTFS file and to reload it dynamically on your OpenTripPlanner running application.

Awesome Lists containing this project

README

        

# OpenTripPlanner GTFS Reloader
It checks updates for a remote GTFS file and then reloads it on your OpenTripPlanner running application.

### Configuration

You need to set environment variables, before starting app, in `.env` file.
```shell
REMOTE_FILE_URL=https:///
LOCAL_FILE_URL=./download/example.zip
OTP_URL=htpps://
OTP_ROUTER=
```
\
Other params can be set in `config.js` file.
### Start application
```shell
npm start
```