0.1.4 • Published 1 year ago

@dimkl/ajv-discovery-api v0.1.4

Weekly downloads
-
License
MIT
Repository
github
Last release
1 year ago

Ajv Discovery API

@dimkl/ajv-discovery-api is a JSON Schema JS library for validating json schemas in server and exposing it as endpoint to be re-used in browser.

Installation

Use the package manager npm to install @dimkl/ajv-discovery-api

npm install @dimkl/ajv-discovery-api

Requirements & limitations

  • node >= 14

Usage

Examples can be found in examples/ folder:

Testing

Run tests

npm test

Support

For feature request or issues contact me via email or open an issue in repo

Publish

npm version {patch|minor|major}
npm publish

Roadmap

  • Add tests & code coverage
  • Add .github/{ISSUE|PULL_REQUEST}
  • Changelog & Github Releases
  • Code coverage shield
  • Add more examples (eg fastify, express, nextJS, remix, ...)

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT

0.1.4

1 year ago

0.1.3

1 year ago

0.1.2

1 year ago

0.1.1

1 year ago

0.1.0

1 year ago