Dead simple CLI tool to tell you which bloody trains are delayed/cancelled, innit?
curl -o- https://raw.githubusercontent.com/GitPaulo/sodoff/main/release/install.sh | bashA token for the use of the National Rail SOAP API is required. You can get one here.
# Check once
sodoff --to MCO --from LIV --show-journeys
# Continuously check every 2 seconds
sodoff --to MCO --from LIV --continuous --show-journeysNote: The
--fromand--toflags are NOT required. Recommended to use the in-built input search.
