minor tweaks 📝
This commit is contained in:
parent
9793b471f2
commit
40ae288388
2 changed files with 4 additions and 0 deletions
3
package-lock.json
generated
3
package-lock.json
generated
|
@ -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",
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue