Skip to content

Commit

Permalink
Merge pull request #91 from linkedconnections/development
Browse files Browse the repository at this point in the history
v1.3.5
  • Loading branch information
julianrojas87 authored May 10, 2023
2 parents afa9d8e + c24fc5e commit bc2c31b
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -151,14 +151,14 @@ If available, the server will redirect you to the Linked Connections fragment th

The server also publishes the stops and routes of every defined GTFS datasource:

```http
```text
http://localhost:3000/companyX/stops
http://localhost:3000/companyX/routes
```

A [DCAT](https://www.w3.org/TR/vocab-dcat-2/) catalog describing all datasets of a certain company can be obtained like this:

```http
```text
http://localhost:3000/companyX/catalog
```

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "linked-connections-server",
"version": "1.3.4",
"version": "1.3.5",
"author": "Julian Rojas",
"license": "MIT",
"repository": {
Expand All @@ -25,7 +25,7 @@
"express": "^4.17.1",
"fast-csv": "^4.1.1",
"gtfs2lc": "^2.2.0",
"gtfsrt2lc": "^2.1.3",
"gtfsrt2lc": "^2.1.4",
"jsonld": "^8.1.1",
"md5": "^2.2.1",
"morgan": "^1.9.1",
Expand Down

0 comments on commit bc2c31b

Please sign in to comment.