Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/carlo-colombo/dublin-bus-api
Dublin Bus API
https://github.com/carlo-colombo/dublin-bus-api
Last synced: 8 days ago
JSON representation
Dublin Bus API
- Host: GitHub
- URL: https://github.com/carlo-colombo/dublin-bus-api
- Owner: carlo-colombo
- License: mit
- Created: 2015-09-03T19:05:27.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2020-03-03T15:00:38.000Z (over 4 years ago)
- Last Synced: 2024-10-03T02:56:51.514Z (about 1 month ago)
- Language: HTML
- Homepage: http://hexdocs.pm/dublin_bus_api
- Size: 440 KB
- Stars: 2
- Watchers: 3
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
- freaking_awesome_elixir - HTML - Access to the Real Time Passenger Information (RTPI) for Dublin Bus services. (Third Party APIs)
- fucking-awesome-elixir - dublin_bus_api - Access to the Real Time Passenger Information (RTPI) for Dublin Bus services. (Third Party APIs)
- awesome-elixir - dublin_bus_api - Access to the Real Time Passenger Information (RTPI) for Dublin Bus services. (Third Party APIs)
README
[![Build Status](https://travis-ci.org/carlo-colombo/dublin-bus-api.svg?branch=master)](https://travis-ci.org/carlo-colombo/dublin-bus-api)
[![Hex.pm](https://img.shields.io/hexpm/v/dublin_bus_api.svg?style=flat-square)](https://hex.pm/packages/dublin_bus_api)
[![Coverage Status](https://coveralls.io/repos/github/carlo-colombo/dublin-bus-api/badge.svg?branch=master)](https://coveralls.io/github/carlo-colombo/dublin-bus-api?branch=master)Dublin Bus API
=============Access to the Real Time Passenger Information (RTPI) for Dublin Bus services.
The API are focused on retrieving bus stop and timetables
Documentation is available at http://hexdocs.pm/dublin_bus_api/Stop.html
Disclaimer
----------This service is in no way affiliated with Dublin Bus or the providers of the RTPI service.
Data are retrieved parsing the still-in-development [RTPI](http://rtpi.ie/) site. As with any website
scraping the html could change without notice and break the API.Test
-----
Parsing function are tested both against fixture and the actual website, this could lead to failing test if an
internet connection is missing. It also could find if something has changed in the rtpi.ie website html.