node-red-contrib-openwhisk

1.0.15 • Public • Published

node-red-contrib-openwhisk

NodeRed Flow

NPM

npm GitHub NodeRED

Description

Compose OpenWhisk microservices from the NodeRED GUI.

Install

$ npm install node-red-contrib-openwhisk --save

Config

NodeRed Flow

Usage

The openwhisk node allows you to call OpenWhisk microservices from inside NodeRED.

To setup, double click the openwhisk node. Enter the Organization, Space, Action and Authorization Key.

The input to your openwhisk service is whatever is present inside msg.payload.

The openwhisk node will show colored lights as it is processing your request. The light will become green on success or red on failure. If a failure occurs, it will be displayed in the debug panel.

The resulting data will be present on msg.openwhisk.

License

MIT © Chyld Medford

Package Sidebar

Install

npm i node-red-contrib-openwhisk

Weekly Downloads

0

Version

1.0.15

License

MIT

Last publish

Collaborators

  • chyld