docs 📝

This commit is contained in:
Jannis R 2016-06-28 12:48:59 +02:00
parent 7b3a67e62b
commit 522be77373
2 changed files with 3 additions and 3 deletions

View file

@ -9,7 +9,7 @@
"repository": "derhuerst/hafas-client", "repository": "derhuerst/hafas-client",
"bugs": "https://github.com/derhuerst/hafas-client/issues", "bugs": "https://github.com/derhuerst/hafas-client/issues",
"license": "ISC", "license": "ISC",
"keywords": ["hafas", "public", "transport", "api"], "keywords": ["hafas", "public", "transport", "api", "mgate"],
"engines" : {"node": ">=4"}, "engines" : {"node": ">=4"},
"dependencies": { "dependencies": {
"got": "^6.3", "got": "^6.3",

View file

@ -1,6 +1,6 @@
# hafas-client # 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) [![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) [![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 ## Usage
todo See [vbb-hafas](https://github.com/derhuerst/vbb-hafas/blob/master/lib/request.js).
## Contributing ## Contributing