minor tweaks 📝

This commit is contained in:
Jannis R 2024-01-25 14:49:59 +01:00
parent 9793b471f2
commit 40ae288388
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
2 changed files with 4 additions and 0 deletions

3
package-lock.json generated
View file

@ -21,6 +21,9 @@
"serve-buffer": "^3.0.3",
"serve-static": "^1.14.1"
},
"bin": {
"db-rest": "index.js"
},
"devDependencies": {
"@derhuerst/technical-docs-cli": "^1.5.0",
"axios": "^1.6.1",

View file

@ -47,6 +47,7 @@ To keep the API running permanently, use tools like [`forever`](https://github.c
## Related Projects
- [`DB-Adapter-v6`](https://github.com/olech2412/DB-Adapter-v6) A Java API client for `db-rest`.
- [`vbb-rest`](https://github.com/derhuerst/vbb-rest)  A clean REST API wrapping around the VBB API.
- [`bvg-rest`](https://github.com/derhuerst/bvg-rest)  A clean REST API wrapping around the BVG API.
- [`hvv-rest`](https://github.com/derhuerst/hvv-rest)  A clean REST API wrapping around the HVV API.