diff options
author | Daniel Friesel <derf@finalrewind.org> | 2020-05-09 06:27:40 +0200 |
---|---|---|
committer | Daniel Friesel <derf@finalrewind.org> | 2020-05-09 06:27:40 +0200 |
commit | 39a4b70c66622a74f6bbbbfaf0b3e99e60e9e511 (patch) | |
tree | 2ba479a088e591c547f1e3690bef7b519261949c /README.md | |
parent | 00eb2e36dd57dcb80945e0bd3c531263122d9d90 (diff) |
add service list to README
Diffstat (limited to 'README.md')
-rw-r--r-- | README.md | 20 |
1 files changed, 15 insertions, 5 deletions
@@ -1,11 +1,21 @@ # hafas-m - Commandline Public Transit Departure Monitor hafas-m is a commandline client and Perl module for HAFAS public transit -departure interfaces such as -[bahn.de/ris](https://reiseauskunft.bahn.de//bin/bhftafel.exe/dn). See the -[Travel::Status::DE::DeutscheBahn -homepage](https://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn) for -details. +departure interfaces. It provides native support for the following +interfaces, and can also be pointed to URLs not listed here. + +* [Deutsche Bahn](https://reiseauskunft.bahn.de/bin/bhftafel.exe) +* [Nahverkehrsverbund Schleswig-Holstein](https://nah.sh.hafas.de/bin/stboard.exe) +* [Nahverkehrsservice Sachsen-Anhalt](https://reiseauskunft.insa.de/bin/stboard.exe) +* [Nordhessischer VerkehrsVerbund](https://auskunft.nvv.de/auskunft/bin/jp/stboard.exe) +* [Rostocker Straßenbahn AG](https://fahrplan.rsag-online.de/hafas/stboard.exe) +* [Verkehrsverbund Berlin-Brandenburg](https://fahrinfo.vbb.de/bin/stboard.exe) +* [Verkehrsverbund Bremen/Niedersachsen](https://fahrplaner.vbn.de/hafas/stboard.exe) +* [Österreichische Bundesbahnen](https://fahrplan.oebb.at/bin/stboard.exe) + +See the [Travel::Status::DE::DeutscheBahn +homepage](https://finalrewind.org/projects/Travel-Status-DE-DeutscheBahn) and +[hafas-m manual](https://man.finalrewind.org/1/hafas-m) for details. ## Installation |