Skip to content

mxdamien/dbtimetable

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

15 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

dbtimetable

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

Setup

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

Configure your stations

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

Configure output

The output can be configured in your local configuration file with the option "presenter". Available types are "Console" and "Json". Default is "Console"

License

License

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Languages