From 7d38b386274484a1ab119c3ec7e766ec5c5c4f14 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ant=C3=B3nio=20Faneca?= Date: Fri, 10 Jan 2025 18:53:29 +0000 Subject: [PATCH] add MyFin (#1060) Co-authored-by: Loymdayddaud <145969603+TheGiraffe3@users.noreply.github.com> Co-authored-by: Kieran <32241933+Ki-er@users.noreply.github.com> Co-authored-by: nodiscc Co-authored-by: Rabenherz112 --- software/myfin.yml | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 software/myfin.yml diff --git a/software/myfin.yml b/software/myfin.yml new file mode 100644 index 0000000000..43f184817e --- /dev/null +++ b/software/myfin.yml @@ -0,0 +1,12 @@ +name: "MyFin" +website_url: "https://github.com/afaneca/myfin" +source_code_url: "https://github.com/afaneca/myfin" +description: "Personal finances platform (web + REST API + Android) that'll help you budget, keep track of your income/spending and forecast your financial future." +licenses: + - AGPL-3.0 +platforms: + - Nodejs +tags: + - Money, Budgeting & Management +demo_url: "https://github.com/afaneca/myfin?tab=readme-ov-file#demo-account---try-it-for-yourself" +related_software_url: "https://github.com/afaneca/myfin-android"