0.3.1 • Published 7 months ago

@coursekit/client v0.3.1

Weekly downloads
-
License
ISC
Repository
github
Last release
7 months 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

10 months ago

0.3.1

7 months ago

0.2.5

1 year ago

0.2.3-beta.0

2 years ago

0.2.3

2 years ago

0.2.4

2 years ago

0.2.2-beta.0

2 years ago

0.2.1-beta.0

2 years ago

0.2.0-beta.0

2 years ago

0.2.1

2 years ago

0.2.0

2 years ago

0.2.2

2 years ago

0.1.4-beta.1

2 years ago

0.1.2

2 years ago

0.1.1

2 years ago

0.1.4

2 years ago

0.1.3

2 years ago

0.1.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago