0.1.0-pre4 • Published 11 years ago

node-document-validator v0.1.0-pre4

Weekly downloads
4
License
-
Repository
github
Last release
11 years ago

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