FieldVal-JS ======== The FieldVal-JS library allows you to easily validate data and provide readable and structured error reports. [![MinoHubs](https://www.minohubs.com/badge/fieldval/support.svg)](https://www.minohubs.com/hub/fieldval) [![Gitter](https://badges.gitter.im/Join%20Chat.svg)](https://gitter.im/FieldVal/fieldval-js?utm_source=badge&utm_medium=badge&utm_campaign=pr-badge&utm_content=badge) Documentation and Examples ============= Documentation and examples can be found at [http://fieldval.com](http://fieldval.com) Development ============= This project uses [gulp.js](http://gulpjs.com/) to build and [mocha](http://mochajs.org/) to test. ```bash npm install gulp js mocha test/test ```