Skip to content

An API wrapper for the OV 9292 API (Dutch public transport API) in Swift.

License

Notifications You must be signed in to change notification settings

erikvdplas/ov-9292-api

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 

Repository files navigation

OV 9292 API Wrapper Swift

Provides a Swift wrapper for the OV 9292 API (Dutch public transportation API).

Example Code

let groningen = OV9292API.stationsForQuery(query: "Groningen").first!

let middelburg = OV9292API.stationsForQuery(query: "Middelburg").first!

OV9292API.journeysForTransportationTypes([.bus, .train, .subway, .tram, .ferry], from: groningen, to: middelburg, departure: NSDate())

License

This code is licenced under 'MIT License'.

About

An API wrapper for the OV 9292 API (Dutch public transport API) in Swift.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages