async-validate
Version:
Asynchronous validation for node and the browser
24 lines (14 loc) • 1.02 kB
Markdown
## Async Validate
[](https://travis-ci.org/tmpfs/async-validate)
[](https://npmjs.org/package/async-validate)
[](https://coveralls.io/github/tmpfs/async-validate?branch=master)
Asynchronous validation for [node](http://nodejs.org) and the browser. It has minimal dependencies and uses a plugin architecture so you only need to include the plugins for types you want to validate and can easily create your own validation plugins.
Examples are in [EXAMPLE](/EXAMPLE.md) and the [example directory](/doc/example).
***
<!-- @toc -->
***
<? @include {=readme} install.md usage.md ?>
<? @source {javascript} usage.js ?>
<? @include {=readme} guide.md messages.md transform.md ?>
<? @source {javascript} transform.js ?>
<? @include {=readme} api.md developer.md license.md links.md ?>