From 40ae288388cc52db57746ab8eae0b5d837ae258c Mon Sep 17 00:00:00 2001 From: Jannis R Date: Thu, 25 Jan 2024 14:49:59 +0100 Subject: [PATCH] =?UTF-8?q?minor=20tweaks=20=F0=9F=93=9D?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- package-lock.json | 3 +++ readme.md | 1 + 2 files changed, 4 insertions(+) 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.