Skip to content

adithyaakrishna/indexify-typescript-client

 
 

Repository files navigation

Indexify TypeScript Client

npm version

Installation

This is the TypeScript client for interacting with the Indexify service.

To install it, simply run:

npm install getindexify

To initialize a client run the following

import { IndexifyClient } from "getindexify";

const client = await IndexifyClient.createClient();

Usage

See the getting started guide on how to use Indexify.

Examples

You can find various examples in our repo located here.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • HTML 97.1%
  • TypeScript 2.9%