link to db-netz-hafas, changelog 📝, 4.0.3

[ci skip]
This commit is contained in:
Jannis R 2019-04-01 19:24:23 +02:00
parent 6aa57d4616
commit ed97522908
No known key found for this signature in database
GPG key ID: 0FE83946296A88A5
3 changed files with 12 additions and 2 deletions

View file

@ -1,6 +1,10 @@
# Changelog
## `4.0.1`
## `4.0.3`
- 6aa57d4 `parseJourneyLeg`/`parseMovement`/`parseArrival`/`parseDeparture`: handle missing `dirTxt` 🐛
## `4.0.2`
- 133cee9 `parseWarning`: expose `warning.id` 🐛

View file

@ -1,7 +1,7 @@
{
"name": "hafas-client",
"description": "Client for HAFAS public transport APIs.",
"version": "4.0.2",
"version": "4.0.3",
"main": "index.js",
"files": [
"index.js",

View file

@ -14,6 +14,12 @@ HAFAS endpoint | wrapper library | docs | example code | source code
[*S-Bahn München*](https://en.wikipedia.org/wiki/Munich_S-Bahn) | - | [docs](p/sbahn-muenchen/readme.md) | [example code](p/sbahn-muenchen/example.js) | [src](p/sbahn-muenchen/index.js)
*Saarfahrplan*/VGS ([Saarland](https://en.wikipedia.org/wiki/Saarland)) | - | [docs](p/saarfahrplan/readme.md) | [example code](p/saarfahrplan/example.js) | [src](p/saarfahrplan/index.js)
There are also client libraries that use the library, but contain their own customisations:
HAFAS endpoint | library
---------------|--------
[Betriebsstellen & disturbances in the German rail network](https://strecken.info/) | [`db-netz-hafas`](https://github.com/derhuerst/db-netz-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/public-transport/hafas-client.svg?branch=3)](https://travis-ci.org/public-transport/hafas-client)
[![Windows build status](https://img.shields.io/appveyor/ci/public-transport/hafas-client.svg?branch=3)](https://ci.appveyor.com/project/public-transport/hafas-client)