From d69444e27520122e3510857c3fb548eacf5da3c4 Mon Sep 17 00:00:00 2001 From: Kovacs <36224223+itskovacs@users.noreply.github.com> Date: Sun, 23 Nov 2025 12:08:29 +0100 Subject: [PATCH] Add TRIP - Map Tracker & Trip Planner (#1794) Co-authored-by: Rabenherz112 --- software/trip.yml | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 software/trip.yml diff --git a/software/trip.yml b/software/trip.yml new file mode 100644 index 0000000000..6ab9d36f38 --- /dev/null +++ b/software/trip.yml @@ -0,0 +1,11 @@ +name: "TRIP" +website_url: "https://itskovacs-trip.netlify.app/" +source_code_url: "https://github.com/itskovacs/trip" +description: "Minimalist POI Map tracker and Trip planner." +licenses: + - CC-BY-NC-4.0 +platforms: + - Docker +tags: + - Maps and Global Positioning System (GPS) +demo_url: "https://itskovacs-trip.netlify.app/home"