Skip to content

Latest commit

 

History

81 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Irish Transport

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.

Requisites

PHP > 5.x
Composer
Slim
Apache (running a virtualhost)

Installation

git clone https://github.com/cardeol/irishtransport/
curl -sS https://getcomposer.org/installer | php
composer install

Running Tests with PHPunit

linux: ./runtests.sh

API (Routes powered by Slim Framework)

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

License

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.

About

Centralized API for public transportation in Ireland.

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors

Languages