Skip to content

Simple MVG (Münchner Verkehrsgesellschaft) live data parser written in Kotlin using JSoup.

License

Notifications You must be signed in to change notification settings

kyrtap/mvg-ticker-kotlin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

MVG Ticker

Simple MVG (Münchner Verkehrsgesellschaft) live data parser written in Kotlin.

What can I use it for?

You can use MVG Ticker to get the upcoming departures from the desired bus/tram/subway station. The output will be an ArrayList of Departure objects with the data parsed from the MVG live website. A Departure object contains the line, its type, its destination and the departure time.

How can I use it?

Example usage:

val deps = MvgTicker("Hauptbahnhof").getDepartures()
for (d in deps) println(d.toString())

About

Simple MVG (Münchner Verkehrsgesellschaft) live data parser written in Kotlin using JSoup.

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages