parent
26994889f4
commit
3a971d50da
2 changed files with 2 additions and 2 deletions
|
@ -145,7 +145,7 @@ You can filter by means of transportation using these parameters:
|
|||
|
||||
```shell
|
||||
curl 'https://2.db.transport.rest/journeys?from=008011162&to=008000281'
|
||||
curl 'https://2.db.transport.rest/journeys?from=008004158&to.name=Atze%20Musiktheater&to.latitude=52.543333&to.longitude=13.351686'
|
||||
curl 'https://2.db.transport.rest/journeys?from=008004158&to.id=991598902&to.name=Atze%20Musiktheater&to.latitude=52.543333&to.longitude=13.351686'
|
||||
curl 'https://2.db.transport.rest/journeys?from=…&to=…&results=3&bus=false&tickets=true'
|
||||
```
|
||||
|
||||
|
|
|
@ -33,7 +33,7 @@ npm install --production
|
|||
npm start
|
||||
```
|
||||
|
||||
To keep the API running permanently, use tools like [`forever`](https://github.com/foreverjs/forever#forever), [`pm2`](http://pm2.keymetrics.io) or [`systemd`](https://wiki.debian.org/systemd).
|
||||
To keep the API running permanently, use tools like [`forever`](https://github.com/foreverjs/forever#forever) or [`systemd`](https://wiki.debian.org/systemd).
|
||||
|
||||
|
||||
## Contributing
|
||||
|
|
Loading…
Reference in a new issue