summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBirte Kristina Friesel <derf@finalrewind.org>2025-02-02 21:38:58 +0100
committerBirte Kristina Friesel <derf@finalrewind.org>2025-02-02 21:38:58 +0100
commit9012931fcffbac4a54ad8f93bee261c91c63943c (patch)
treed2a3155f2aa06d124d468aeb1a45b53b93632df7
parent7cb9cb9836af5db19568886f9804b7032d27312f (diff)
README: Add a biref feature overview
-rw-r--r--README.md8
1 files changed, 6 insertions, 2 deletions
diff --git a/README.md b/README.md
index a01bc28..4f7cf63 100644
--- a/README.md
+++ b/README.md
@@ -1,8 +1,12 @@
# dbris - Command Line Interface to bahn.de Public Transit Routing Service
**dbris** provides a commandline client and Perl module for the bahn.de public
-transit routing interface. It requests connections between two stops and prints
-the results as text or JSON.
+transit routing interface. It requests connections between two or more stops
+and prints the results as text or JSON. Features include
+
+* configurable modes of transit (e.g. no ICE or IC/EC services),
+* price information for configurable passengers and discounts,
+* and compatibility with [dbris-m](https://finalrewind.org/projects/Travel-Status-DE-DBRIS) for connection segment details.
This README documents installation of dbris and the associated
Travel::Routing::DE::DBRIS Perl module. See the [Travel::Routing::DE::DBRIS