From 522be7737369c44533a31643078a8d45c2a9bd8e Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 28 Jun 2016 12:48:59 +0200 Subject: [PATCH] docs :memo: --- package.json | 2 +- readme.md | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/package.json b/package.json index 21cc20dce..6ca5c853b 100644 --- a/package.json +++ b/package.json @@ -9,7 +9,7 @@ "repository": "derhuerst/hafas-client", "bugs": "https://github.com/derhuerst/hafas-client/issues", "license": "ISC", - "keywords": ["hafas", "public", "transport", "api"], + "keywords": ["hafas", "public", "transport", "api", "mgate"], "engines" : {"node": ">=4"}, "dependencies": { "got": "^6.3", diff --git a/readme.md b/readme.md index 850b0d320..ed240216d 100644 --- a/readme.md +++ b/readme.md @@ -1,6 +1,6 @@ # hafas-client -**A client for the HAFAS mobile API**, providing the base for [vbb-hafas](https://github.com/derhuerst/vbb-hafas) and [db-hafas](https://github.com/derhuerst/db-hafas). +**A client for HAFAS mobile APIs**, providing the base for [vbb-hafas](https://github.com/derhuerst/vbb-hafas) and [db-hafas](https://github.com/derhuerst/db-hafas). [![npm version](https://img.shields.io/npm/v/hafas-client.svg)](https://www.npmjs.com/package/hafas-client) [![build status](https://img.shields.io/travis/derhuerst/hafas-client.svg)](https://travis-ci.org/derhuerst/hafas-client) @@ -18,7 +18,7 @@ npm install hafas-client ## Usage -todo +See [vbb-hafas](https://github.com/derhuerst/vbb-hafas/blob/master/lib/request.js). ## Contributing