JSON-Getter written in D for bayernfahrplan
Find a file
Oliver Rümpelein e4f2bc1f3f Merge branch 'defas-fgi_api' into 'master'
Defas fgi api

This implement the usage of the defas-fgi API instead of parsing txt.bayernfahrplan.de.

This includes the following changes:
 - Rewrite of app.d and fahrplanparser.d to use the new API
 - Addition of unittests for farhplanparser.d (100% cov, yay!)

See merge request !2
2017-05-14 16:15:34 +02:00
.gitlab Added templates for issues and merge requests 2017-05-14 11:33:10 +02:00
source cleanup 2017-05-14 11:54:33 +02:00
.gitignore Initial getting from fsinfoscreen. 2016-12-02 12:48:25 +01:00
dub.json cleanup 2017-05-14 11:54:33 +02:00
README.md fixed stupid copy/paste mistake 2017-05-14 11:54:09 +02:00

bayernfahrplan

A JSON-Getter written in D for bayernfahrplan

bayernfahrplan is a tool wich lets you fetch departure tables from bayernfahrplan.de and output them as JSON.

Usage

Usage: bayernfahrplan [options]

 Options:
-f             --file The file that the data is written to.
-s             --stop The bus stop for which to fetch data.
-r --replacement-file The file that contais the direction name replacement info.
-h             --help This help information.