/kj-handler-validate

Validation handler for the kj webapp framework.

Primary LanguageJavaScript

kj-handler-validate

view on npm view on npm Dependency Status Build Status Coverage Status Code Climate

Installation

Install using NPM:

npm install kj-handler-validate joi --save

Usage

Add the module to the modules section of your config:

modules.exports = {
    ...
    modules: [
        ...
        require('kj-handler-validate'),
        ...
    ],
};