README: Update Depenencies and Usage
This commit is contained in:
parent
8bf145b5c4
commit
76f99a1013
1 changed files with 8 additions and 10 deletions
18
README.md
18
README.md
|
@ -13,9 +13,10 @@ Dependencies
|
||||||
* perl >= 5.10
|
* perl >= 5.10
|
||||||
* Cache::File (part of the Cache module)
|
* Cache::File (part of the Cache module)
|
||||||
* DBI
|
* DBI
|
||||||
* DBD::SQLite
|
* DBD::Pg
|
||||||
* Geo::Distance
|
* Geo::Distance
|
||||||
* Mojolicious
|
* Mojolicious
|
||||||
|
* Mojolicious::Plugin::Authentication
|
||||||
* Travel::Status::DE::IRIS
|
* Travel::Status::DE::IRIS
|
||||||
|
|
||||||
Setup
|
Setup
|
||||||
|
@ -37,17 +38,14 @@ scheduled and actual journey times.
|
||||||
## Checking in
|
## Checking in
|
||||||
|
|
||||||
You can check into a train up to 10 minutes before its scheduled departure and
|
You can check into a train up to 10 minutes before its scheduled departure and
|
||||||
up to 60 minutes after its actual departure (including delays). I recommend
|
up to 3 hours after its actual departure (including delays). I recommend
|
||||||
doing so when it arrives at the station or shortly after boarding.
|
doing so when it arrives at the station or shortly after boarding.
|
||||||
|
|
||||||
First, you need to select the station you want to check in from.
|
First, you need to select the station you want to check in from.
|
||||||
Navigate to `travelynx.de` or use the travelynx text in the navigation
|
Navigate to `travelynx.de` or click/tap on the travelynx text in the navigation
|
||||||
bar. You will see a list of the five stations closest to your current location
|
bar. You will see a list of the five stations closest to your current location
|
||||||
(as reported by your browser). Select the station you're at.
|
(as reported by your browser). Select the station you're at or enter its
|
||||||
|
name or DS100 code manually.
|
||||||
If it is not in the list, you can also directly go do "travelynx.de/*station
|
|
||||||
name*", e.g. "travelynx.de/Essen Hbf" or "travelynx.de/EE". Both names and
|
|
||||||
DS100 codes are supported.
|
|
||||||
|
|
||||||
Now, as soon as you select a train, you will be checked in and travelynx
|
Now, as soon as you select a train, you will be checked in and travelynx
|
||||||
will switch to the journey / checkout view.
|
will switch to the journey / checkout view.
|
||||||
|
@ -60,8 +58,8 @@ data for your arrival is available. I recommend checking out when arriving at
|
||||||
your destination or shortly after having left the train.
|
your destination or shortly after having left the train.
|
||||||
|
|
||||||
Once checked in, `travelynx.de` will show a list of all upcoming stops. Select
|
Once checked in, `travelynx.de` will show a list of all upcoming stops. Select
|
||||||
one to check out there. You can also check out at a specific station
|
one to check out there. You can also check out at a specific station by
|
||||||
by navigating to "travelynx.de/*station name*" and selecting "Hier auschecken".
|
navigating to "travelynx.de/s/*station name*" and selecting "Hier auschecken".
|
||||||
|
|
||||||
If you forgot to check out in time, or are departing the train at a station
|
If you forgot to check out in time, or are departing the train at a station
|
||||||
which is not part of its documented route (and also not part of its documented
|
which is not part of its documented route (and also not part of its documented
|
||||||
|
|
Loading…
Reference in a new issue