@coursekit/client
v0.3.1
Published
CourseKit client library
Downloads
19
Readme
CourseKit JavaScript Client
CourseKit is the easiest way to create a full-featured, custom online course, exactly how you want it. Use your favorite frontend tools - no server required!
This repo is for the CourseKit JavaScript Client which provides an easy way to access the features of the CourseKit API.
Installation
NPM:
npm install --save @coursekit/client
The main API is an instance of the CourseKitClient
class. Both an ES Modules and CommonJS build are provided.
ESM:
import { CourseKitClient } from '@coursekit/client'
CJS:
const { CourseKitClient } = require('@coursekit/client')
Documentation
See here.