From 2effe7f6e747105787c69438db2e9b72fc16875d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andreas=20=C3=93=20hAodha?= Date: Mon, 10 Jul 2023 20:58:40 +0100 Subject: [PATCH] add url to top of readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index cd271bc..e559a41 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,4 @@ -# Irish Rail Tracker +# Irish Rail Tracker ([irishrailtracker.web.app](https://irishrailtracker.web.app/)) ## 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.