From 7b0f8442ea51d24c8eed86f4274c43a13eb57df0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=93=20hAodha?= Date: Wed, 6 Sep 2023 11:09:27 +0100 Subject: [PATCH] Add epitaph to README --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 2732d28..f89cc4e 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,5 @@ # 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 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.