@airyrooms/methlab-sdk
v1.1.2
Published
Methlab - Airyrooms Experimental SDK
Downloads
6
Readme
Getting Started
- Go to this directory
- Run
npm install
- Run
npm run test
- execute unit test
How To Use
- add dependency
@airyrooms/methlab-sdk: ^1.0.0
topackage.json
- add constructor
window.MethlabClient = Methlab.create(config.METHLAB_API)
atclient.jsx
if you usecatella.js
How To Run:
Test
npm run test
you could also install jest to help running the test:
- on VSCode:
Jest - by Orta