From 97f36e42d403586b12ca50708e5272c56d7d62a0 Mon Sep 17 00:00:00 2001 From: Emanuele Fumagalli Date: Sat, 10 May 2025 09:48:08 +0100 Subject: [PATCH] Add Daily Stars Explorer (#1331) Co-authored-by: Rabenherz112 --- software/daily-stars-explorer.yml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 software/daily-stars-explorer.yml diff --git a/software/daily-stars-explorer.yml b/software/daily-stars-explorer.yml new file mode 100644 index 0000000000..c10f815271 --- /dev/null +++ b/software/daily-stars-explorer.yml @@ -0,0 +1,14 @@ +name: "Daily Stars Explorer" +website_url: "https://emanuelef.github.io/daily-stars-explorer" +source_code_url: "https://github.com/emanuelef/daily-stars-explorer" +description: "Track GitHub repo trends with daily star insights to see growth and community interest over time." +licenses: + - MIT +platforms: + - Go + - Nodejs + - Docker +tags: + - Analytics +depends_3rdparty: true +demo_url: "https://emanuelef.github.io/daily-stars-explorer"