/train-departures-zssr

C++ Linux bash application, that provides real-time information about time departures and arrivals for specified stations in Slovakia.

Primary LanguageC++

ZSSK train departures and arrivals

Default stations are setup to: Senica -> Bratislava. There are multiple options as:

  • --reverse

  • --start

  • --destionation

that enable to setup different stations for application.

Linux setup

Add this line to ~/.bashrc:

alias zssk="cd <path_to_folder>/zssk ; ./zssk"

This enables you to run this command from anywhere in your system.