@care-pro/core-wrapper
v0.0.1
Published
This library contains helpers to interact with the Care Pro API
Downloads
27
Readme
Care Pro Wrapper
This package contains a wrapper (SDK like) that ease and normalize the use of the Care Pro API.
Installation
yarnConfiguration
You will first need to setup environment variables.
Building the wrapper
yarn buildTesting the wrapper
# unit tests
$ yarn test
# unit test coverage
$ yarn test:coveragePackage Documentation
Each steps requires dependency installation
Accessing using watch mode
# generate the documentation inside the /documentation folder
$ yarn run compodoc:dev
# access the documentation in browser
$ open documentation/index.htmlBuild and run
# generate the documentation inside the /documentation folder
$ yarn run compodoc:build
# access the documentation in browser
$ open documentation/index.html