lcp-nodes
Node-RED Custom Nodes for LCP (Large Content Processing)
Installation
Install this package in your Node-RED project:
npm install lcp-nodes
Features
This package provides custom Node-RED nodes for:
- WhatsApp message handling
- PDF and document processing
- Text preprocessing
- OpenAI integration
- AWS S3 uploads
- DynamoDB integration
- File processing
- And more...
Setup
- Create a
.env file from the local.env file
- Update the
.env file with your AWS credentials
- Run
npm install
Unit Testing Custom Nodes
- To test the custom nodes, run
npm test
- To execute a specific test case, run
npx mocha test/####.test.js
Development
Publishing to npm registry
-
Update the version in package.json manually or use:
npm version patch|minor|major
-
Publish to npm:
npm publish
Or use the shortcut command:
npm run release
Publishing to GitHub npm registry
License
UNLICENSED - See license details in package.json