1.1.2 • Published 7 years ago
@airyrooms/methlab-sdk v1.1.2
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.0topackage.json - add constructor
window.MethlabClient = Methlab.create(config.METHLAB_API)atclient.jsxif you usecatella.js
How To Run:
Test
npm run testyou could also install jest to help running the test:
- on VSCode:
Jest - by Orta