mirror of
https://github.com/public-transport/db-vendo-client.git
synced 2025-04-20 23:23:56 +03:00
prepare for larger changes
This commit is contained in:
parent
9203ed1481
commit
fd0dec26a5
3 changed files with 9 additions and 8 deletions
|
@ -2,5 +2,5 @@ sudo: false
|
|||
language: node_js
|
||||
node_js:
|
||||
- 'stable'
|
||||
- '7'
|
||||
- '8'
|
||||
- '6'
|
||||
|
|
|
@ -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"
|
||||
|
|
|
@ -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).
|
||||
|
||||
[](https://www.npmjs.com/package/hafas-client)
|
||||
[](https://travis-ci.org/derhuerst/hafas-client)
|
||||
[](https://david-dm.org/derhuerst/hafas-client)
|
||||
[](https://david-dm.org/derhuerst/hafas-client#info=devDependencies)
|
||||

|
||||
[](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
|
||||
|
|
Loading…
Add table
Reference in a new issue