1.0.1 • Published 7 years ago
ezs-ark v1.0.1
ark dedicated statatment for EZS plugin
This package cannot be used alone. EZS has to be installed.
Example
#!/usr/bin/env ezs
[use]
plugin = ark
[arkify]
naan = 12345
subpublisher = BCDInstallation
$ git clone https://github.com/touv/node-ezs-ark.git
$ cd node-ezs-ark
$ npm install -g ezs
$ npm install
$ npm link
$ npm run build 
$ echo "ark do nothing !" | ./examples/ark.ezsStatements
Table of Contents
arkify
Take Object object, and throw the same object but with an ARK
Parameters
- data
- feed
- targetString field name to insert ARK (optional, default- ark)
- subpublisherString? Subpublisher
- naanString? NAAN
Returns Object
1.0.1
7 years ago