Skip to content

Latest commit

 

History

History
22 lines (16 loc) · 643 Bytes

README.md

File metadata and controls

22 lines (16 loc) · 643 Bytes

DBSharp

A library for Deutsche Bahn (DB) realtime connection data. Written in C#/dotnet Core. Uses the inofficial IRIS API system of DB

Usage

This library uses a Request Pattern. There exist multiple IRISRequests in the IRIS folder, which enable you to fetch data. See the Examples folder for a more detailed example.

For more questions feel free to contact me.

Building

  1. Clone this repo
  2. Restore the packages
  3. Run

Projects using this lib

  • @DBNavBot Telegram Bot (https://t.me/dbnavbot)
  • Build a project yourself and contact me to get featured ;)

License

MIT License (see LICENSE file)

(c) 2017 Marvin Rohrbach