@prudent/server
v2.0.0
Published
Server for Prudent add-ons
Readme
@prudent/server
Server for Prudent add-ons.
This is useful for Prudent add-on developers.
Installing
$ npm install --save @prudent/serverUsage
require('server').start(function(content) {
//Place parsing functionality here
//When parsed, output transactions to stdout
});