0.7.4 • Published 8 months ago
@bhavjit/khan-api v0.7.4
Khan API
A Khan Academy internal API client and wrapper for Node.js and the browser.
Install
Node.js
NPM
npm i @bhavjit/khan-apiYarn
yarn add @bhavjit/khan-apiUsage
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.4
8 months ago
0.7.3
9 months ago
0.7.2
1 year ago
0.7.1
2 years 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
3 years ago
0.5.5
3 years ago
0.6.0
3 years ago
0.3.0
3 years ago
0.5.4
3 years ago
0.5.3
3 years ago
0.5.0
3 years ago
0.4.0
3 years ago
0.5.2
3 years ago
0.5.1
3 years ago
0.2.0
3 years ago
0.1.0
3 years ago