node-document-validator

0.1.0-pre4 • Public • Published

NODE-DOCUMENT-VALIDATOR Build Status

Validator adapter interface for node-document ODM for Node.js.

About

Unified interface for validating data based on a custom JSON Schema.

Adapters

API

#validate

  • (data, schema, [callback(err, res)])

    validator.validate({foo: 'bar'}, {foo: {type: 'string', required: true}}, function(err, res) {
      // console.log(arguments);
    });

Installation

  $ npm install node-document-validator

Usage

For details; see node-document.

Test

Local tests:

  $ make test

License

Released under the MIT license.

Copyright (c) Jonas Grimfelt

Dependencies (6)

Dev Dependencies (3)

Package Sidebar

Install

npm i node-document-validator

Weekly Downloads

8

Version

0.1.0-pre4

License

none

Last publish

Collaborators

  • grimen