Getting Started
Learn how to get started with MyCistern
Getting Started
This guide will help you get started with MyCistern.
Installation
npm install mycisternQuick Start
import { MyCistern } from "mycistern";
const client = new MyCistern({
apiKey: "your-api-key",
});
const result = await client.query("your query");
console.log(result);Next Steps
- Check out the Guides for more detailed tutorials.
- View the API Reference for complete documentation.