Skip to content

Access to the Swiss Public Transport API of transport.opendata.ch

License

Notifications You must be signed in to change notification settings

FreeApophis/TransportOpendata

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

TransportOpendata

Access to the Swiss Public Transport API of transport.opendata.ch

Simple library which gives direct Object Oriented Access to the bare information returned by the API of transport.opendata.ch

Howto:

require 'transport-opendata'

timetable = Transport::Timetable.new

connections = timetable.search_connection 'Zürich', 'Basel'
station = timetable.search_station 'Zürich Altstetten'
stationboard = timetable.board_for 'Zürich Altstetten'

About

Access to the Swiss Public Transport API of transport.opendata.ch

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Languages