Compare commits

...

1 commit
6 ... 5.0.3

Author SHA1 Message Date
Jannis R
c91bdc79f2
deprecation note 📝; 5.0.3 2023-05-08 15:41:27 +02:00
3 changed files with 6 additions and 2 deletions

View file

@ -1,4 +1,4 @@
Copyright (c) 2022, Jannis R Copyright (c) 2023, Jannis R
Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies. Permission to use, copy, modify, and/or distribute this software for any purpose with or without fee is hereby granted, provided that the above copyright notice and this permission notice appear in all copies.

View file

@ -2,7 +2,7 @@
"private": true, "private": true,
"name": "db-rest", "name": "db-rest",
"description": "A clean REST API wrapping around the Deutsche Bahn API.", "description": "A clean REST API wrapping around the Deutsche Bahn API.",
"version": "5.0.2", "version": "5.0.3",
"main": "index.js", "main": "index.js",
"author": "Jannis R <mail@jannisr.de>", "author": "Jannis R <mail@jannisr.de>",
"homepage": "https://github.com/derhuerst/db-rest/tree/5", "homepage": "https://github.com/derhuerst/db-rest/tree/5",

View file

@ -1,5 +1,9 @@
# db-rest # db-rest
**Deprecated. Please use the [latest version](https://github.com/derhuerst/db-rest) of this API.**
---
**A clean REST API wrapping around the [Deutsche Bahn HAFAS API](https://github.com/public-transport/db-hafas#db-hafas).** It is deployed at [`v5.db.transport.rest`](https://v5.db.transport.rest/). **A clean REST API wrapping around the [Deutsche Bahn HAFAS API](https://github.com/public-transport/db-hafas#db-hafas).** It is deployed at [`v5.db.transport.rest`](https://v5.db.transport.rest/).
[**API Documentation**](docs/readme.md) [**API Documentation**](docs/readme.md)