0.0.5 • Published 9 months ago

queryflow-ai v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

QueryflowAI Node SDK

This library provides convenient access to the QueryflowAI API from your node applications.

Installation

npm install queryflow-ai

Usage

import { QueryflowClient } from "queryflow-ai";

const client = new QueryflowClient({
  apiKey: "<YOUR_API_KEY>",
});

const response = await client.query("<SEARCH_QUERY>");
console.log(response);
0.0.5

9 months ago

0.0.4

9 months ago

0.0.3-beta

9 months ago

0.0.2-beta

9 months ago

0.0.1-beta

9 months ago

0.0.1

9 months ago