An open API service indexing awesome lists of open source software.

https://github.com/mrleebo/streaming-qhp-validator

Implementation of the coverage-validator as a streaming NodeJS utility
https://github.com/mrleebo/streaming-qhp-validator

json plans providers qhp streaming validation

Last synced: about 2 months ago
JSON representation

Implementation of the coverage-validator as a streaming NodeJS utility

Awesome Lists containing this project

README

        

# streaming-qhp-validator

This is the validator from [coverage-validator](https://github.com/adhocteam/coverage-validator) as a NodeJS utility with streaming, allowing it to validate very large provider.json or plan.json files without reading the entire file into memory.

## Usage

```bash
npm install --global streaming-qhp-validator

streaming-qhp-validator providers ./provider.json
streaming-qhp-validator plans ./plan.json
```