Skip to content
This repository has been archived by the owner on Dec 27, 2023. It is now read-only.

ronelliott/kj-handler-validate

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

20 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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'),
        ...
    ],
};

About

Validation handler for the kj webapp framework.

Resources

Stars

Watchers

Forks

Packages

No packages published