0.1.2 • Published 5 years ago

data-schemas v0.1.2

Weekly downloads
6
License
Unlicense
Repository
github
Last release
5 years ago

data-schemas

This JS library is designed to validate / validate data submitted in JSON format.

Download this repository

git clone https://github.com/lastuniverse/data-schemas.git

Install via npm

npm install data-schemas

for latest unstable version use:

npm install https://github.com/lastuniverse/data-schemas/tarball/master

Usage

index.js

let ds = require( 'data-schemas' );
...
// in developing
...

Participation in development

https://github.com/lastuniverse/data-schemas/issues

License

Unlicensed

Important

library development is not yet complete

NPM