Skip to content

Commit

Permalink
readme: --feed-info & --feed-url 📝; 8.2.4
Browse files Browse the repository at this point in the history
  • Loading branch information
derhuerst committed Jan 7, 2024
1 parent 9f457d7 commit d7f9e22
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
Copyright 2023 Jannis R and contributors.
Copyright 2024 Jannis R and contributors.

This software is licensed under License Zero Prosperity 3.0.0 and contributions are licensed under Apache 2.0.

Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "hafas-gtfs-rt-feed",
"description": "Generate a GTFS Realtime feed by monitoring a HAFAS endpoint.",
"version": "8.2.3",
"version": "8.2.4",
"main": "index.js",
"bin": {
"monitor-hafas": "monitor.js",
Expand Down
4 changes: 2 additions & 2 deletions readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -328,8 +328,8 @@ If you pass metadata about the GTFS-Static feed used, `serve-as-gtfs-rt` will ex

```shell
serve-as-gtfs-rt \
--static-feed-info path/to/gtfs/files/feed_info.txt \
--static-feed-url https://data.ndovloket.nl/flixbus/flixbus-eu.zip
--feed-info path/to/gtfs/files/feed_info.txt \
--feed-url https://data.ndovloket.nl/flixbus/flixbus-eu.zip

curl 'http://localhost:3000/feed_info.csv'
# feed_publisher_name,feed_publisher_url,feed_lang,feed_start_date,feed_end_date,feed_version
Expand Down

0 comments on commit d7f9e22

Please sign in to comment.