Skip to content

marjacob/ruter

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 

Repository files navigation

This is alpha code and bugs should be expected. However, everything compiles and some functionality is usable (searching and departure information). A lot of code will be removed, changed or added when the new API is released. The travel planner functionality has not yet been implemented.

ruter

Ruter AS is a common management company for public transport in Oslo and Akershus in Norway. They provide real time travel information and travel planners on their website and through an API. This program is my attempt to make that functionality available from the terminal. I am in no way affiliated with Ruter AS.

Building

Build the code with cmake and make. From within the top level source code directory, issue the following commands.

mkdir build
cd build
cmake ..
make

Usage

Currenly in an unusable state.

Dependencies

About

Ruter client in C++11.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published