node-red-contrib-opengpg
Version:
Node-RED wrapper nodes for OpenGPG.
37 lines (24 loc) • 919 B
Markdown
# node-red-contrib-opengpg
A collection of [Node-RED](http://nodered.org) nodes use the opengpg services.
## What you mean with *OpenGPG*?
## Install
Use npm to command to install this package locally in the Node-RED modules directory
```bash
npm install node-red-contrib-opengpg
```
or install in it globally with the command
```bash
npm install node-red-contrib-opengpg -g
```
## Nodes included in the package
**GPG_Sign**
**GPG_Sign_Verify**
## Usage example
## History
- 0.0.1 - 1 Giune 2017 : Initial release
## Authors
* Valerio Vaccaro (https://github.com/valerio-vaccaro)
## Credits
Node-RED has been made possible by the hard work of Nick O'Leary @knolleary and Dave Conway-Jones @ceejay at IBM Emerging Technology. Much thanks to them and other supporters for advancing this platform.
These node use the OpenGPG library.
This module is developed by Valerio Vaccaro (http://www.valeriovaccaro.it).