An open API service indexing awesome lists of open source software.

https://github.com/grahamar/irishrail-client

Promise based client for Irish Rail Realtime API
https://github.com/grahamar/irishrail-client

api client irish-rail irishrail js promise realtime

Last synced: 5 months ago
JSON representation

Promise based client for Irish Rail Realtime API

Awesome Lists containing this project

README

          

#Irish Rail API Client

Javascript client for [Irish Rail Realtime API](http://api.irishrail.ie/realtime/index.htm)

## Building

### Produces minified library under the `lib` directory

```
yarn run build
```

### Produces library under the `lib` directory

```
yarn run dev
```