0.7.2 • Published 1 year ago
@bhavjit/khan-api v0.7.2
Khan API
A Khan Academy internal API client and wrapper for Node.js and the browser.
Install
Node.js
NPM
npm i @bhavjit/khan-api
Yarn
yarn add @bhavjit/khan-api
Usage
Node.js
JavaScript modules
import { Client } from '@bhavjit/khan-api'
const client = new Client()
CommonJS
const { Client } = require('@bhavjit/khan-api')
const client = new Client()
Web
JavaScript modules
<script type="module">
import { Client } from 'https://esm.run/@bhavjit/khan-api'
const client = new Client()
</script>
Script tag
<script src="https://cdn.jsdelivr.net/npm/@bhavjit/khan-api"></script>
<script>
const client = new KhanAPI.Client()
</script>
See the examples directory for more.
0.7.2
1 year ago
0.7.1
1 year ago
0.7.0
2 years ago
0.6.3
2 years ago
0.6.2
2 years ago
0.6.5
2 years ago
0.6.4
2 years ago
0.6.1
2 years ago
0.5.5
2 years ago
0.6.0
2 years ago
0.3.0
2 years ago
0.5.4
2 years ago
0.5.3
2 years ago
0.5.0
2 years ago
0.4.0
2 years ago
0.5.2
2 years ago
0.5.1
2 years ago
0.2.0
2 years ago
0.1.0
3 years ago