Skip to main content

Installation

npm install ceramic
import { Ceramic } from "ceramic";

const client = new Ceramic({ apiKey: "YOUR_API_KEY" });

const response = await client.search("California rental laws");

console.log(response);