diff --git a/package-lock.json b/package-lock.json index f62af25..c41276b 100644 --- a/package-lock.json +++ b/package-lock.json @@ -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", diff --git a/readme.md b/readme.md index 64ce0b7..09264e9 100644 --- a/readme.md +++ b/readme.md @@ -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.