Skip to content

oskarTom/HSL_timetable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 

Repository files navigation

HSL-Timetable

A small terminal application for checking bus, tram, metro, railway, and ferry timetables for Helsinki Regional Transport (HSL).

Installation

From source

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

Configuration

API

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

Default stop

Optionally, you can set a default stop which will be queried when hsltt is ran without parameters

default-stop = STOP_NAME

About

CLI program for looking up Helsinki Reagional Transport timetables

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published