A small terminal application for checking bus, tram, metro, railway, and ferry timetables for Helsinki Regional Transport (HSL).
Clone the repositroy
git clone https://github.com/oskarTom/HSL_timetable
Assuming that g++ is installed, the source can be compiled and installed to $HOME/.local/bin with Makefile
cd HSL_timetable
make install
The program can be removed by deleting the hsltt executable from $HOME/.local/bin
make uninstall
First, get your API key by following instructions from here.
Then set your API key in $HOME/.config/hsltt/hsltt.conf file
api-key = YOUR_API_KEY
Optionally, you can set a default stop which will be queried when hsltt is ran without parameters
default-stop = STOP_NAME