lcp-nodes
v1.0.43
Published
Node RED Custom Nodes for LCP
Maintainers
Readme
lcp-nodes
Node-RED Custom Nodes for LCP (Large Content Processing)
Installation
Install this package in your Node-RED project:
npm install lcp-nodesFeatures
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
.envfile from thelocal.envfile - Update the
.envfile 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.jsonmanually or use:npm version patch|minor|majorPublish to npm:
npm publishOr use the shortcut command:
npm run release
Publishing to GitHub npm registry
- First login to GitHub npm registry:
npm login --scope=@neartekpod-dev --registry=https://npm.pkg.github.com- USERNAME - Your GitHub username
- PASSWORD - Your personal access token
- Update the version and publish:
npm run release
License
UNLICENSED - See license details in package.json
