Getting Started
Installation
Section titled “Installation”npm install @chanomhub/sdkpnpm add @chanomhub/sdkyarn add @chanomhub/sdkSetup Steps
Section titled “Setup Steps”- Install the SDK using one of the methods above
- Create a config file
- Start using the SDK
Usage Example
Section titled “Usage Example”import { ChanomHub } from '@chanomhub/sdk';
const client = new ChanomHub({ apiKey: 'your-api-key',});
// Start usingconst result = await client.doSomething();console.log(result);Next Steps
Section titled “Next Steps”- Read more in the Reference