UK Rail Departure Boards for the command line

a.node.area51.dev:9080 is a console-oriented service for displaying
the departure boards for UK railway stations
using terminal-oriented ANSI sequences for
console HTTP client (curl, wget etc)
or HTML for web browsers.

To use this service:
curl https://uktra.in/crs where crs is the 3 letter CRS code for a station.

Note: with wget try running it with: 
wget -q -O - https://uktra.in/mde
For example:

curl https://uktra.in/chx For London Charing Cross
curl https://uktra.in/chc For Charing Cross (Glasgow)
curl https://uktra.in/lbg For London Bridge
curl https://uktra.in/mde For Maidstone East

If you do not know the code then use:
curl https://uktra.in/search/name where name is the place name.

For example:

curl https://uktra.in/search/maidstone
curl https://uktra.in/search/staplehurst
curl https://uktra.in/search/london
curl https://uktra.in/search/edin

All values of crs or search strings are case insensitive.

You can also browse the station index to get the CRS code:
curl https://uktra.in/index/
Will return a list sub pages you can use to find a station
as all 3064 stations are available.