No commit activity in last 3 years
No release in over 3 years
Access to the Swiss Public Transport API of transport.opendata.ch
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

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'