Add epitaph to README

This commit is contained in:
2023-09-06 11:09:27 +01:00
committed by GitHub
parent 975cfa371d
commit 7b0f8442ea

View File

@ -1,4 +1,5 @@
# Irish Rail Tracker ([irishrailtracker.web.app](https://irishrailtracker.web.app/)) # Irish Rail Tracker ([irishrailtracker.web.app](https://irishrailtracker.web.app/))
**THIS PROJECT IS NO LONGER MAINTAINED AND THE HOSTING IS NO LONGER ACTIVE. THE WEBSITE HAS CEASED TO OPERATE AS OF 2023-09-06.**
## Introduction ## Introduction
A webapp which tracks the current locations of Irish Rail trains and plots them on a live map, built with Vue.js, Bootstrap and Firebase. A webapp which tracks the current locations of Irish Rail trains and plots them on a live map, built with Vue.js, Bootstrap and Firebase.
Live train data is periodically fetched from the official Irish Rail Developer REST API, and stored in the Firestore database. This data is fetched by the webapp client from the Firestore database upon page load and periodically after that. The data is plotted on a map using OpenLayers as the backend and OpenStreetMap as the source of the tile images. Live train data is periodically fetched from the official Irish Rail Developer REST API, and stored in the Firestore database. This data is fetched by the webapp client from the Firestore database upon page load and periodically after that. The data is plotted on a map using OpenLayers as the backend and OpenStreetMap as the source of the tile images.