From a1d7f00737b8ea3575fb2091d0bb5d49afec73f5 Mon Sep 17 00:00:00 2001 From: Ayush sen Date: Sat, 30 Nov 2024 12:12:10 +0530 Subject: [PATCH] Added nodejs docs in data --- src/data/data.json | 13 +++++++++++++ 1 file changed, 13 insertions(+) diff --git a/src/data/data.json b/src/data/data.json index c5e309d..ee466bc 100644 --- a/src/data/data.json +++ b/src/data/data.json @@ -661,5 +661,18 @@ "x": "https://x.com/reactnative", "github": "https://github.com/facebook/react-native", "linkedin": "https://www.linkedin.com/products/facebook-react-native" + }, + { + "id": 52, + "title": "NodeJs Documentation", + "description": "The Node.js documentation offers a thorough guide for developing scalable applications, detailing modules, asynchronous programming, and more. It's an essential resource for understanding core concepts and best practices to use Node.js efficiently.", + "link": "https://nodejs.org/docs/latest/api/", + "logo": "https://cdn.hashnode.com/res/hashnode/image/upload/v1729953479755/1r9LwmxsT.png?auto=format", + "screenshot": "https://cdn.hashnode.com/res/hashnode/image/upload/v1729965401802/_tFQxbuPg.png?auto=format", + "category": "Web", + "featured": false, + "x": "https://twitter.com/nodejs", + "github": "https://github.com/nodejs/node", + "linkedin": "https://www.linkedin.com/company/node-js" } ] \ No newline at end of file