@canimmunize/cvc-js
v0.2.19-alpha.9
Published
canadian vaccine catalogue fhir client
Downloads
107
Maintainers
Keywords
Readme
CVC-JS
A javascript library for working with the Canadian Vaccine Catalogue.
Installation
Run yarn add @canimmunize/cvc-js
Usage
To query the CVC FHIR server (https://cvc.canimmunize.ca/v2):
import { CVC } from '@canimmunize/cvc-js';
let cvc = await CVC.init();
Development
To use this module locally:
- Run
yarn build:watch
to build and watch for changes. - Run
yarn link
- In the project you want to use this linked module, run
yarn link "@canimmunize/cvc-js"