From e73efebf07112351febbc29d9543b0e96b736173 Mon Sep 17 00:00:00 2001 From: maneshwar Date: Mon, 29 Sep 2025 18:32:54 +0530 Subject: [PATCH] Update data.json with Free DevTools MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Hi, I'm working on [FreeDevTools](https://github.com/HexmosTech/FreeDevTools), currently building *one place for all dev tools, cheat codes, and TLDRs** — a free, open-source hub where developers can quickly find and use tools without any hassle of searching all over the internet. I'm aiming to build every known dev tool with high quality and host it so that devs don't need to search in G and make choices. I'm even planning on developing a VSCode extension, currently I'm looking for contributors, so I thought your project could help me out in some way. --- backend/data.json | 54 ++++++++++++++++++++++++++++++++++++++++++++++- 1 file changed, 53 insertions(+), 1 deletion(-) diff --git a/backend/data.json b/backend/data.json index 1cff3772..7e55590e 100644 --- a/backend/data.json +++ b/backend/data.json @@ -1,4 +1,56 @@ [ + { + "Issue": { + "issue_url": "https://github.com/HexmosTech/FreeDevTools/issues/24", + "issue_createdAt": "2025-09-29T18:09:19Z", + "issue_repo": { + "repo_name": "FreeDevTools", + "repo_desc": "A collection of free, 50,000+ resources, icons, cheat sheets, and TLDRs. No login, unlimited downloads.", + "repo_url": "https://github.com/HexmosTech/FreeDevTools", + "repo_stars": 7, + "repo_langs": { + "Nodes": [ + { + "repo_prog_language": "TypeScript" + }, + { + "repo_prog_language": "JavaScript" + }, + { + "repo_prog_language": "CSS" + }, + { + "repo_prog_language": "Shell" + } + ] + }, + "Owner": { + "repo_owner": "HexmosTech" + } + }, + "issue_title": "Tool: SEO SERP & Structured Data Analyzer", + "issue_labels": { + "Nodes": [ + { + "label_name": "good first issue" + }, + { + "label_name": "enhancement" + }, + { + "label_name": "Frontend" + } + ], + "label_totalcount": 3 + }, + "Comments": { + "issue_comment_count": 0 + }, + "Assignees": { + "issue_assignees_count": 0 + } + } + }, { "Issue": { "issue_url": "https://github.com/StarShopCr/StarShop-Frontend/issues/332", @@ -49206,4 +49258,4 @@ } } } -] \ No newline at end of file +]