Skip to content

offenesdresden/dvbgo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

33 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

🚡 dvbgo

godoc Travis Codecov

An unofficial go package giving you a few options to query a collection of publicly accessible API methods for Dresden's public transport system.

Want something like this for another language, look no further 🙂

Quick Start

import "github.com/kiliankoe/dvbgo"

You can now do the following for example:

func main() {
	deps, _ := Monitor("Helmholtzstraße", 0, "")
	fmt.Println(deps)
}

Reading the documentation on godoc will probably be of more use to see what this package can be used for than this README for now 😉

Known Usages

About

🚡 query Dresden's public transport system for current bus- and tramstop data in go

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages