Convo SDK
SDK containing all the functions you'll need to build on theconvo.space
🌲 Tree Shaking Supported ✔️
🆓 Side Effect Free ✔️
🪨 Fully TypeScript Compatible ✔️
Jump to Sample Projects Try it Out
Installation
NodeJs
- Yarn
- NPM
- PNPM
yarn add @theconvospace/sdk
Browser (UMD)
<script src="https://cdn.jsdelivr.net/npm/@theconvospace/sdk@latest/dist/bundle.min.js"></script>
Valist
Grab and install the latest realease from @theconvospace/sdk
Setup
-
Generate and Copy your API key from https://theconvo.space/dashboard/developer/
-
Import Convo Space in your own project.
- ESM
- CJS
- UMD
- ESM.run
import { Convo } from '@theconvospace/sdk';
-
Setup an new instance of Convo using
const convo = new Convo("apikey")
Replace
apikey
with your newly generated key.
Sample Projects
-
NextJS/React Sample Project
Code | Demo - convosdk-examples-nextjs.vercel.app -
Browser (Vanilla JS) Sample Project
Code | Demo - convosdk-examples-browser.vercel.app
Comments
Last updated on May 12, 2022