This is the TypeScript client for interacting with the Indexify service.
To install it, simply run:
npm install getindexifyTo initialize a client run the following
import { IndexifyClient } from "getindexify";
const client = await IndexifyClient.createClient();See the getting started guide on how to use Indexify.
You can find various examples in our repo located here.