EFA Departure Monitor on the command line

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 »