0.0.5 • Published 3 years ago

queryflow-ai v0.0.5

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years 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

3 years ago

0.0.4

3 years ago

0.0.3-beta

3 years ago

0.0.2-beta

3 years ago

0.0.1-beta

3 years ago

0.0.1

3 years ago