Skip to main content

Installation

Node.js

npm i @bhavjit/khan-api

Browser

<script type="module">
import { Client } from 'https://esm.run/@bhavjit/khan-api'

const client = new Client()
</script>