Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/gssi/otp-gtfs-reloader
- Owner: gssi
- License: apache-2.0
- Created: 2022-09-27T20:30:11.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2023-04-27T14:19:32.000Z (almost 2 years ago)
- Last Synced: 2024-11-30T13:13:17.159Z (2 months ago)
- Language: JavaScript
- Homepage:
- Size: 9.91 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```