Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/atapas/nodex
A collection of examples from Node.js modules.
https://github.com/atapas/nodex
hacktoberfest node nodejs
Last synced: 6 days ago
JSON representation
A collection of examples from Node.js modules.
- Host: GitHub
- URL: https://github.com/atapas/nodex
- Owner: atapas
- License: mit
- Created: 2022-02-07T07:46:04.000Z (almost 3 years ago)
- Default Branch: main
- Last Pushed: 2022-10-28T10:46:35.000Z (about 2 years ago)
- Last Synced: 2024-10-31T14:45:19.118Z (13 days ago)
- Topics: hacktoberfest, node, nodejs
- Language: JavaScript
- Homepage: https://node-x.netlify.app/
- Size: 120 KB
- Stars: 35
- Watchers: 5
- Forks: 14
- Open Issues: 6
-
Metadata Files:
- Readme: README.md
- Contributing: CONTRIBUTING.md
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README
# nodeX
`nodeX` is an `OpenSource` project to capture working code examples for various node.js modules.
It is aimed to help Node.js developers with code examples. Please contribute to the project, whatever ways possible.
Liked the motive? Please give a star(⭐) to the project.
## How to build a browser-based interface?
Just run (node v18 version required):
```node build.js```
## How to deploy live documentation app?
### With Netlify
You just need to [Import an existing project from a Git repository](https://docs.netlify.com/welcome/add-new-site/) selecting the desired branch (i.e.: main). ***netlify.toml*** contains all the configuration to make your website available.
### Other platforms
Feel free to contribute.
### Many Thanks to all the `Stargazers` who has supported this project with stars(⭐)
[![Stargazers repo roster for @atapas/nodeX](https://reporoster.com/stars/atapas/nodeX)](https://github.com/atapas/nodeX/stargazers)
## ToC
- [Node.js File System Module Code Examples](./fs-module)
- [Node.js HTTP Module Code Example](./http-module)
- [Node.js HTTPS Module Code Example](./https-module)
- [Node.js URL Module Code Example](./url-module)
- [Node.js Assert Module Code Example](./assert-module)
- [Node.js Sequelize Module Code Example](./sequelize-module)
- [Node.js Console Module Code Example](./console-module)
- [Node.js Errors Module Code Example](./errors-module)