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
|
language: node_js
|
||||||
node_js:
|
node_js:
|
||||||
- 'stable'
|
- 'stable'
|
||||||
- '7'
|
- '8'
|
||||||
- '6'
|
- '6'
|
||||||
|
|
|
@ -1,7 +1,7 @@
|
||||||
{
|
{
|
||||||
"name": "hafas-client",
|
"name": "hafas-client",
|
||||||
"description": "JavaScript client for HAFAS mobile APIs.",
|
"description": "JavaScript client for HAFAS public transport APIs.",
|
||||||
"version": "1.2.6",
|
"version": "2.0.0",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"files": [
|
"files": [
|
||||||
"index.js",
|
"index.js",
|
||||||
|
@ -17,8 +17,9 @@
|
||||||
"hafas",
|
"hafas",
|
||||||
"public",
|
"public",
|
||||||
"transport",
|
"transport",
|
||||||
|
"transit",
|
||||||
"api",
|
"api",
|
||||||
"mgate"
|
"http"
|
||||||
],
|
],
|
||||||
"engines": {
|
"engines": {
|
||||||
"node": ">=6"
|
"node": ">=6"
|
||||||
|
|
|
@ -1,11 +1,9 @@
|
||||||
# hafas-client
|
# 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://www.npmjs.com/package/hafas-client)
|
||||||
[](https://travis-ci.org/derhuerst/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)
|
[](https://gitter.im/derhuerst)
|
||||||
|
|
||||||
|
@ -19,7 +17,9 @@ npm install hafas-client
|
||||||
|
|
||||||
## Usage
|
## Usage
|
||||||
|
|
||||||
See [vbb-hafas](https://github.com/derhuerst/vbb-hafas/blob/master/lib/request.js).
|
```
|
||||||
|
todo
|
||||||
|
```
|
||||||
|
|
||||||
|
|
||||||
## Contributing
|
## Contributing
|
||||||
|
|
Loading…
Add table
Reference in a new issue