node-document-validator
v0.1.0-pre4
Published
Validator adapter interface for `node-document` ODM for Node.js.
Downloads
6
Readme
NODE-DOCUMENT-VALIDATOR
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