From 51f817afb38cc11b0480f144ecb08803cddfb2e0 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Sat, 30 Jul 2016 22:14:47 +0200 Subject: [PATCH] minor stuff --- package.json | 4 ++-- readme.md | 6 ++++++ 2 files changed, 8 insertions(+), 2 deletions(-) diff --git a/package.json b/package.json index feebd3f..60f5a7f 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "description": "JavaScript client for the DB HAFAS API.", "version": "0.1.0", "main": "index.js", - "files": ["index.js", "lib/*"], + "files": ["index.js", "lib/*", "docs/*"], "author": "Jannis R ", "homepage": "https://github.com/derhuerst/db-hafas", "repository": "derhuerst/db-hafas", @@ -13,7 +13,7 @@ "db", "german", "railway", "public transport", "api", "open data", "hafas", "http" ], - "engines" : {"node": ">=4"}, + "engines" : {"node": ">=6"}, "dependencies": { "hafas-client": "^0.5" }, diff --git a/readme.md b/readme.md index 7a4a3cf..27d1f04 100644 --- a/readme.md +++ b/readme.md @@ -152,6 +152,12 @@ The output will have the following structure: ``` +## Similar Projects + +- [Fahrplan.js](https://github.com/pbock/fahrplan) – "A JavaScript client for Deutsche Bahn's timetable API" +- [db-stations](https://github.com/derhuerst/db-stations) – An offline list of all DB stations. + + ## Contributing If you **have a question**, **found a bug** or want to **propose a feature**, have a look at [the issues page](https://github.com/derhuerst/db-hafas/issues).