OwnNormalizer

2.0.6 • Public • Published

OwnNormalizer

NodeJS Framework for validation and normalization of JSON objects

Install

$ npm install OwnNormalizer

API

var ownNormalizer = require('OwnNormalizer')

myOwn = new ownNormalizer({
        crtPrivateKey: "Your Private Key",
        crtPublicKey: "Your Public Key",
        crtJwtSecret: "Your Jwt Secret",
});

Working.......

Package Sidebar

Install

npm i OwnNormalizer

Weekly Downloads

36

Version

2.0.6

License

none

Last publish

Collaborators

  • clmakers