@learncube/learncube
v0.0.0
Published
* `npm install learncube` or * `yarn add learncube` ## Usage ### Initiating the client ```ts import {Learncube} from "learncube"
Downloads
2
Readme
Learncube
Installation
npm install learncube
oryarn add learncube
Usage
Initiating the client
import {Learncube} from "learncube"
const publicKey = "..."
const privateKey = "..."
const lc = new Learncube(publicKey, privateKey)