From 27a429d652da2ce80df0e69ca6051f7ca3b09b47 Mon Sep 17 00:00:00 2001 From: Deepak yadav Date: Fri, 1 Nov 2024 12:43:11 +0530 Subject: [PATCH 1/2] feat: added can i use to database/others/devtools --- database/other/devtools.json | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/database/other/devtools.json b/database/other/devtools.json index 75f106210..e6c36d780 100644 --- a/database/other/devtools.json +++ b/database/other/devtools.json @@ -145,5 +145,12 @@ "url": "https://hackmd.io/", "category": "other", "subcategory": "devtools" - } + }, + { + "name": "Can I Use", + "description": "Can I use is a valuable web tool that helps developers check browser support for various web technologies, including CSS, HTML5, JavaScript, and APIs. It provides up-to-date compatibility data for different browsers and versions, helping developers ensure cross-browser functionality in their projects.", + "url": "https://caniuse.com/", + "category": "other", + "subcategory": "devtools" + } ] From 1fdb0d8edafc757f4f6a78954a2a09685c503227 Mon Sep 17 00:00:00 2001 From: Deepak yadav Date: Fri, 1 Nov 2024 12:46:45 +0530 Subject: [PATCH 2/2] feat: added can i use to database/others/devtools --- database/other/devtools.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/database/other/devtools.json b/database/other/devtools.json index e6c36d780..504a59abf 100644 --- a/database/other/devtools.json +++ b/database/other/devtools.json @@ -152,5 +152,5 @@ "url": "https://caniuse.com/", "category": "other", "subcategory": "devtools" - } + } ]