0.0.5 • Published 2 years ago
queryflow-ai v0.0.5
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
2 years ago
0.0.4
2 years ago
0.0.3-beta
2 years ago
0.0.2-beta
2 years ago
0.0.1-beta
2 years ago
0.0.1
2 years ago