A small Rust application to query the Deutsche Bahn (DB) timetable API. It can be used to display changes for a set of train stations
You need to register with the DB API Marketplace to use the timeable API. Link to API description You also need to obtain a Client ID and an API Key for the timeable API and set them in your local configuration. config.rs
Stations are identified by their EVA numbers. The stations you want to observe have to be configured in your local configuration config.rs A list of stations alongside their EVA numbers can be found here: Link
The output can be configured in your local configuration file with the option "presenter". Available types are "Console" and "Json". Default is "Console"