@airyrooms/methlab-sdk

Methlab - Airyrooms Experimental SDK

Usage no npm install needed!

<script type="module">
  import airyroomsMethlabSdk from 'https://cdn.skypack.dev/@airyrooms/methlab-sdk';
</script>

README

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