prepare for larger changes

This commit is contained in:
Jannis R 2017-11-11 21:06:54 +01:00
parent 9203ed1481
commit fd0dec26a5
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
3 changed files with 9 additions and 8 deletions

View file

@ -2,5 +2,5 @@ sudo: false
language: node_js
node_js:
- 'stable'
- '7'
- '8'
- '6'

View file

@ -1,7 +1,7 @@
{
"name": "hafas-client",
"description": "JavaScript client for HAFAS mobile APIs.",
"version": "1.2.6",
"description": "JavaScript client for HAFAS public transport APIs.",
"version": "2.0.0",
"main": "index.js",
"files": [
"index.js",
@ -17,8 +17,9 @@
"hafas",
"public",
"transport",
"transit",
"api",
"mgate"
"http"
],
"engines": {
"node": ">=6"

View file

@ -1,11 +1,9 @@
# hafas-client
**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).
**A client for HAFAS public transport 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)
[![dependency status](https://img.shields.io/david/derhuerst/hafas-client.svg)](https://david-dm.org/derhuerst/hafas-client)
[![dev dependency status](https://img.shields.io/david/dev/derhuerst/hafas-client.svg)](https://david-dm.org/derhuerst/hafas-client#info=devDependencies)
![ISC-licensed](https://img.shields.io/github/license/derhuerst/hafas-client.svg)
[![chat on gitter](https://badges.gitter.im/derhuerst.svg)](https://gitter.im/derhuerst)
@ -19,7 +17,9 @@ npm install hafas-client
## Usage
See [vbb-hafas](https://github.com/derhuerst/vbb-hafas/blob/master/lib/request.js).
```
todo
```
## Contributing