JSON-Getter written in D for bayernfahrplan
Oliver Rümpelein
e4f2bc1f3f
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 |
||
---|---|---|
.gitlab | ||
source | ||
.gitignore | ||
dub.json | ||
README.md |
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.