https://github.com/peter-mount/nrod-td
Rest API based on the Network Rail NROD TD feed
https://github.com/peter-mount/nrod-td
Last synced: 5 months ago
JSON representation
Rest API based on the Network Rail NROD TD feed
- Host: GitHub
- URL: https://github.com/peter-mount/nrod-td
- Owner: peter-mount
- Created: 2018-01-04T23:27:47.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-07-01T09:19:08.000Z (almost 8 years ago)
- Last Synced: 2024-12-06T21:38:33.558Z (over 1 year ago)
- Language: Go
- Size: 37.1 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Network Rail TD Feed Rest API
This application presents a Rest API containing the current state of the Network Rail TD (Train Describer) feed.
It connects to a local RabbitMQ instance on which the NROD TD feed is being fed into. Messages are processed in real time and presented to the user over HTTP.
Note: It's intended that users connect via an API Gateway like Traefik rather than connecting directly to this service.