diff options
author | Robin Krahl <me@robin-krahl.de> | 2016-02-26 01:40:47 +0100 |
---|---|---|
committer | Robin Krahl <me@robin-krahl.de> | 2016-02-26 01:40:47 +0100 |
commit | 745c643c2f900c8efeb0ac0a8ea3a519b3a790ac (patch) | |
tree | 1cd84b4666b1ba13b5d81699cc940db52c1f6ee8 /README | |
download | dbfp-745c643c2f900c8efeb0ac0a8ea3a519b3a790ac.tar.gz dbfp-745c643c2f900c8efeb0ac0a8ea3a519b3a790ac.tar.bz2 |
initial commit
Diffstat (limited to 'README')
-rw-r--r-- | README | 40 |
1 files changed, 40 insertions, 0 deletions
@@ -0,0 +1,40 @@ +dbfp -- DB timetable API +======================== + +This C library provides an interface to the timetable API of the Deutsche Bahn +(*Fahrplan-API*). This API exposes information on stations, departures, +arrivals and routes. + +Compiling and installation +-------------------------- + +Build dbfp with `make`. You can run the test suite with `make check`. + +Usage +----- + +*missing* + +Data +---- + +The DB timetable API was released on February 25th, 2016. At the moment, you +need an API key to access the data. For more information on the API, have a +look at the [API description][api] and at the [technical documentation][doc]. + +Bugs and hacking +---------------- + +If you encouter a bug or if you want to contribute to dbfp, please send an +email to <dbfp-dev@ireas.org>. + +License +------- + +The library is published under the terms of the MIT/X11 license (see LICENSE). +The timetable data is published under the terms of the [Creative Commons +Attribution 4.0 International license][cc-by-sa-4.0]. + +[api]: http://data.deutschebahn.com/apis/fahrplan/ +[doc]: http://data.deutschebahn.com/apis/fahrplan/Fpl-API-Doku-Open-Data-BETA-0_81.pdf +[cc-by-sa-4.0]: https://creativecommons.org/licenses/by/4.0/ |