https://github.com/undb-io/n8n-nodes-undb
n8n nodes undb
https://github.com/undb-io/n8n-nodes-undb
n8n n8n-community-node-package
Last synced: 30 days ago
JSON representation
n8n nodes undb
- Host: GitHub
- URL: https://github.com/undb-io/n8n-nodes-undb
- Owner: undb-io
- License: mit
- Created: 2023-10-07T01:48:11.000Z (about 2 years ago)
- Default Branch: master
- Last Pushed: 2024-07-24T14:03:17.000Z (about 1 year ago)
- Last Synced: 2025-08-08T23:49:19.666Z (about 2 months ago)
- Topics: n8n, n8n-community-node-package
- Language: TypeScript
- Homepage:
- Size: 895 KB
- Stars: 6
- Watchers: 1
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
- Code of conduct: CODE_OF_CONDUCT.md
Awesome Lists containing this project
README

# n8n-nodes-undb
n8n nodes undb
## Prerequisites
- Install n8n with:
```
npm install n8n -g
```
- Recommended: follow n8n's guide to [set up your development environment](https://docs.n8n.io/integrations/creating-nodes/build/node-development-environment/).- Clone this repo into `~/.n8n/custom
> If `~/.n8n/custom` does not exists, you should create it manually.
- Inside `n8n-nodes-undb` project, install and build.
```
npm install
npm run build
```- Link `n8n-nodes-undb`
```
npm link
```- Then goto global n8n location and link n8n with `n8n-nodes-undb`
```
npm link @undb/n8n-nodes-undb
```> You can get the n8n location by running `npm list -g`, goto the path print with post path `node_modules/n8n`
- Back to `n8n-nodes-undb` and run dev script
```
npm run dev
```## More information
Refer to our [documentation on creating nodes](https://docs.n8n.io/integrations/creating-nodes/) for detailed information on building your own nodes.
## License
[MIT](https://github.com/n8n-io/n8n-nodes-starter/blob/master/LICENSE.md)