My intention is to provide a common interface for the public transport system in Ireland using better techniques to avoid the overload of the original API's. Currently has support for DublinBus, Luas and IrishRail.
PHP > 5.x
Composer
Slim
Apache (running a virtualhost)
git clone https://github.com/cardeol/irishtransport/
curl -sS https://getcomposer.org/installer | php
composer install
linux: ./runtests.sh
Station and geo info:
http://yourdomain/irishrail/stations
http://yourdomain/dublinbus/stations
http://yourdomain/luas/stations
Train/Tram/Businfo:
http://yourdomain/irishrail/stationinfo/stationcode
http://yourdomain/dublinbus/stationinfo/stopid
http://yourdomain/luas/stationinfo/stationcode
The content of this project itself is licensed under the Creative Commons Attribution 3.0 license, and the underlying source code used to format and display that content is licensed under the MIT license.