0.3.1 • Published 2 years ago

@coursekit/client v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
2 years ago

CourseKit JavaScript Client

npm

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.

0.3.0

2 years ago

0.3.1

2 years ago

0.2.5

2 years ago

0.2.3-beta.0

3 years ago

0.2.3

3 years ago

0.2.4

3 years ago

0.2.2-beta.0

3 years ago

0.2.1-beta.0

3 years ago

0.2.0-beta.0

3 years ago

0.2.1

3 years ago

0.2.0

3 years ago

0.2.2

3 years ago

0.1.4-beta.1

3 years ago

0.1.2

3 years ago

0.1.1

3 years ago

0.1.4

3 years ago

0.1.3

3 years ago

0.1.0

3 years ago

0.0.9

3 years ago

0.0.8

3 years ago

0.0.7

3 years ago

0.0.6

4 years ago

0.0.5

4 years ago

0.0.4

4 years ago

0.0.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago