@torpadev/orpa-node-red
v0.2.3
Published
A node-red wrapper for RPA
Downloads
5
Readme
OPAL Node-RED
Getting started
Refer to orpa-setup project for more details.
Development setup
Requirements
node: v8.9.x LTS
npm: 5.5.1
Note: The development should be fine with nodejs versions 6,9 as well. Although, this is not actively tested.
Setup orpa-node-red
- Create a working directory for OPAL node-red & nodes
mkdir <WORKING_DIR>
- Execute the below from the working directory
cd <WORKING_DIR>
git clone https://github.com/telligro/orpa-node-red.git
cd orpa-node-red
npm install
npm run build
# Install any required OPAL nodes as shown in the setup
# OPAL nodes section before starting the node-red instance
npm run start
Setup OPAL nodes
cd <WORKING_DIR>
git clone https://github.com/telligro/orpa-nodes.git
Install the nodes
Generic Node Installation
cd <WORKING_DIR>/orpa-nodes/packages/<NODE_NAME>
npm link
- Assuming that the
orpa-node-red
in the same working directory asorpa-nodes
cd <WORKING_DIR>/orpa-node-red
npm link @torpadev/<NODE_NAME>
The following nodes are available for OPAL
- orpa-node-control-flow
- orpa-node-database
- orpa-node-email
- orpa-node-ftp
- orpa-node-msexcel
- orpa-node-selenium-webdriver
- orpa-node-soap
Contributing
Contact [email protected]
Authors
ORPA-Node-RED is a fork of Node-RED for the OPAL Framework
The OPAL Node-RED fork is maintained by Telligro Pte Ltd
The OPAL Nodes are created and mantained by Telligro Pte Ltd
Node-RED is a project of the JS Foundation.
It was created by IBM Emerging Technology.
- Nick O'Leary @knolleary
- Dave Conway-Jones @ceejay
For more details about Node-RED visit Node_RED
Copyright and license
Copyright Telligro Pte Ltd 2017, licensed under the GPL v3 license.
Copyright JS Foundation and other contributors, http://js.foundation under the Apache 2.0 license.