Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Added nodejs docs in data #33

Open
wants to merge 1 commit into
base: main
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 13 additions & 0 deletions src/data/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]