From ec9bf427c81c1566d98e989d09afeb3bc858645d Mon Sep 17 00:00:00 2001 From: Kovacs <36224223+itskovacs@users.noreply.github.com> Date: Mon, 14 Jul 2025 16:25:36 +0200 Subject: [PATCH] Wingfit - Fitness tracker (#1458) Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: nodiscc --- software/wingfit.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/wingfit.yml diff --git a/software/wingfit.yml b/software/wingfit.yml new file mode 100644 index 0000000000..c5d7cc9d08 --- /dev/null +++ b/software/wingfit.yml @@ -0,0 +1,12 @@ +name: "Wingfit" +website_url: "https://wingfit.fr" +source_code_url: "https://github.com/itskovacs/wingfit" +description: "Minimalist fitness app to plan your workouts, track your personal records and leverage smartwatch data." +licenses: + - CC-BY-SA-4.0 +platforms: + - Python + - Docker +tags: + - Health and Fitness +demo_url: "https://wingfit.fr/home"