From eaa3fdfee284db95a01be9b623ef8211566fe07e Mon Sep 17 00:00:00 2001 From: Kyler Chin Date: Sun, 17 Nov 2024 03:07:08 -0800 Subject: [PATCH] Describe frontend project --- README.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/README.md b/README.md index 2d31134..9c29b07 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,7 @@ # catenary-frontend +This is the Svelte JS (and eventually Rust WASM) version of Catenary Maps. Catenary Maps allows users to discover public transport routes and track vehicles on public transport networks in countries around the world including the United States, Canada, EU Countries like Ireland, Germany, France, Spain, Germany, Switzerland, Portugal, Norway, Finland, Sweden, Belgium, Netherlands, and United Kingdom, Japan, Australia , and New Zealand. Data such as the speed and vehicle numbers is on Catenary, not shown on other map apps. We also collect realtime data from proprietary sources and convert them to GTFS. All data processing, ingestion, and queries are handled by https://github.com/catenarytransit/catenary-backend, which is written in Pure rhst. + Current site URL: https://maps.catenarymaps.org ## Install Dependenices