Skip to content

codeandcraftinc/committee.js

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

22 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

committee.js

Usage

import express from 'express'
import { validateRequest } from 'committee.js'
import schema from './schema.json'

const app = express()

app.use(validateRequest({ schema: schema }))
app.get('*', (req, res) => res.json('OK'))

app.listen(3000)

Development

Run Example Server

npm run serve

Run Tests

npm test

TDD

npm run tdd

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

2 watching

Forks

Packages

 
 
 

Contributors