Installation
API keys
Get your Ceramic API key and export it:Get API Key
Create a Ceramic account for free to get an API key.
Example usage
example.ts. In the same directory, create a package.json with:
Configuration
| Option | Type | Default | Description |
|---|---|---|---|
apiKey | string | process.env.CERAMIC_API_KEY | Your Ceramic API key |
maxDescriptionLength | number | 3000 | Max characters per result description (1000–8000) |
Result shape
Each search call returns:GitHub
View source code
npm
View package

