0.1.3 • Published 4 years ago

jsonotron-consts v0.1.3

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

A library of the constants used by the Jsonotron system.

npm.io npm JavaScript Style Guide

A library of the constants used by the various components of the Jsonotron system.

This package is part of the Jsonotron system.

Jsonotron is...

  • a small set of components for building a NodeJS microservice
  • for storing, patching and querying JSON documents
  • stored in a schemaless/NoSQL database
  • that have known, enforceable, and evolving schemas.

Visit https://karlhulme.github.io/jsonotron/ for details on how to get started.

Installation

npm install jsonotron-consts --save

Usage

const { errorCodes, successCodes } = require('jsonotron-consts')

console.log(errorCodes)
console.log(successCodes)

Development

Code base adheres to the rules chosen by https://standardjs.com/. Code is formatted with 2 spaces.

Tests are written using Jest with 100% coverage.

npm test

Continuous Deployment

Any commits to master will cause the library to be re-published.

0.1.3

4 years ago

0.1.2

4 years ago

0.1.1

4 years ago

0.1.0

4 years ago

0.0.2

4 years ago