JavaScripting

The definitive source of the best
JavaScript libraries, frameworks, and plugins.


  • ×

    Fieldval Js


    Filed under 

    • 🔾16%Overall
    • 136
    • 35.1 days
    • 🕩9
    • 👥5

    FieldVal-JS

    The FieldVal-JS library allows you to easily validate data and provide readable and structured error reports.

    MinoHubs

    Gitter

    Documentation and Examples

    Documentation and examples can be found at http://fieldval.com

    Development

    This project uses gulp.js to build and mocha to test.

    npm install
    gulp js
    mocha test/test
    
    Show All