.. | ||
.gitignore | ||
index.d.ts | ||
index.js | ||
package.json | ||
README.md | ||
test.js |
Uonet+ request signer for Node.js
Instalation
$ npm i @wulkanowy/uonet-request-signer-node
Usage
const signer = require("@wulkanowy/uonet-request-signer");
signer.signContent(password, certificate, content).then(signed => {
console.log(signed);
});
Tests
$ npm run test