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
- Host: GitHub
- URL: https://github.com/grahamar/irishrail-client
- Owner: grahamar
- License: mit
- Created: 2017-09-02T13:44:29.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2017-09-02T22:21:22.000Z (almost 9 years ago)
- Last Synced: 2024-08-08T15:02:49.413Z (almost 2 years ago)
- Topics: api, client, irish-rail, irishrail, js, promise, realtime
- Language: JavaScript
- Size: 1.16 MB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```