Javascript SDK

Installation

npm install @clustersxyz/sdk

Import & Setup

import { Clusters } from "@clustersxyz/sdk"

const clusters = new Clusters();

// with api key
const clusters = new Clusters({ apiKey: "abc123" });

Last updated