heimdallqc
v1.0.12
Published
The SDK to work with a Heimdall QC subscription. It provides a way for users to automatically submit texts for analysis. It also contains a webhook system for live results, and a widget component.
Downloads
10
Readme
Your SDK Name
The SDK to work with a Heimdall QC subscription. It provides a way for users to automatically submit texts for analysis. It also contains a webhook system for live results, and a widget component.
Installation
npm install heimdallqcGetting started
import { HmdlClient, HmdlWidget } from 'hmdl'
const hmdl = new HmdlClient({ apiKey: 'abc123-def456...' })
