From 3756e364960ff2b38b3d06d5755e9d84b1e152c8 Mon Sep 17 00:00:00 2001 From: Jannis R Date: Tue, 13 Mar 2018 21:45:23 +0100 Subject: [PATCH] clarify docs :memo:, Patreon badge --- docs/journeys.md | 1 + readme.md | 7 ++++--- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/docs/journeys.md b/docs/journeys.md index 2dc7fb49..152d408d 100644 --- a/docs/journeys.md +++ b/docs/journeys.md @@ -51,6 +51,7 @@ With `opt`, you can override the default options, which look like this: accessibility: 'none', // 'none', 'partial' or 'complete' bike: false, // only bike-friendly journeys products: { + // these entries may vary from profile to profile suburban: true, subway: true, tram: true, diff --git a/readme.md b/readme.md index 4d24a869..4a1eee2d 100644 --- a/readme.md +++ b/readme.md @@ -2,10 +2,10 @@ **A client for HAFAS public transport APIs**. Sort of like [public-transport-enabler](https://github.com/schildbach/public-transport-enabler), but with a smaller scope. It [contains customisations](p) for the following transport networks: -HAFAS endpoint | wrapper library? | docs | example code | source code +HAFAS endpoint | wrapper library | docs | example code | source code ---------------|------------------|------|---------|------------ -[Deutsche Bahn](https://en.wikipedia.org/wiki/Deutsche_Bahn) | [`db-hafas`](https://github.com/derhuerst/db-hafas), which has additional features | [docs](p/db/readme.md) | [example code](p/db/example.js) | [src](p/db/index.js) -[Berlin & Brandenburg public transport](https://en.wikipedia.org/wiki/Verkehrsverbund_Berlin-Brandenburg) | [`vbb-hafas`](https://github.com/derhuerst/vbb-hafas), which has additional features | [docs](p/vbb/readme.md) | [example code](p/vbb/example.js) | [src](p/vbb/index.js) +[Deutsche Bahn](https://en.wikipedia.org/wiki/Deutsche_Bahn) | [`db-hafas`](https://github.com/derhuerst/db-hafas) | [docs](p/db/readme.md) | [example code](p/db/example.js) | [src](p/db/index.js) +[Berlin & Brandenburg public transport](https://en.wikipedia.org/wiki/Verkehrsverbund_Berlin-Brandenburg) | [`vbb-hafas`](https://github.com/derhuerst/vbb-hafas) | [docs](p/vbb/readme.md) | [example code](p/vbb/example.js) | [src](p/vbb/index.js) [Österreichische Bundesbahnen (ÖBB)](https://en.wikipedia.org/wiki/Austrian_Federal_Railways) | – | [docs](p/oebb/readme.md) | [example code](p/oebb/example.js) | [src](p/oebb/index.js) [Nahverkehr Sachsen-Anhalt (NASA)](https://de.wikipedia.org/wiki/Nahverkehrsservice_Sachsen-Anhalt)/[INSA](https://insa.de) | – | [docs](p/insa/readme.md) | [example code](p/insa/example.js) | [src](p/insa/index.js) @@ -13,6 +13,7 @@ HAFAS endpoint | wrapper library? | docs | example code | source code [![build status](https://img.shields.io/travis/derhuerst/hafas-client.svg)](https://travis-ci.org/derhuerst/hafas-client) ![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) +[![support me on Patreon](https://img.shields.io/badge/support%20me-on%20patreon-fa7664.svg)](https://patreon.com/derhuerst) ## Background