Prerequisites
Before you begin, make sure you have:- Node.js 18 or higher installed
- A package manager (npm, yarn, or pnpm)
- Basic knowledge of JavaScript/TypeScript
Installation
Install the package using your preferred package manager:Basic usage
Here’s a simple example to get you started:Configuration
Configure your setup with these options:| Option | Type | Description |
|---|---|---|
apiKey | string | Your API key for authentication |
timeout | number | Request timeout in milliseconds |
debug | boolean | Enable debug logging |