1.1.2 • Published 5 years ago

@airyrooms/methlab-sdk v1.1.2

Weekly downloads
-
License
ISC
Repository
-
Last release
5 years ago

Getting Started

  1. Go to this directory
  2. Run npm install
  3. Run npm run test - execute unit test

How To Use

  1. add dependency @airyrooms/methlab-sdk: ^1.0.0 to package.json
  2. add constructor window.MethlabClient = Methlab.create(config.METHLAB_API) at client.jsx if you use catella.js

How To Run:

Test

npm run test

you could also install jest to help running the test:

  • on VSCode: Jest - by Orta