EFA Departure Monitor on the command line
Mon 05 March 2018
I just hacked together a small shell script that gets departures from my local public transportation service. It will list upcoming departures at a stop. You can find the script here.
Getting Started
You can either use the stop name:
$ ./efa-dm.sh "Dortmund Hbf"
Or you can use the stop …
Continue reading »