Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/whatrocks/sqlcaster

Explore Farcaster data with SQL interface via ROAPI
https://github.com/whatrocks/sqlcaster

farcaster roapi sql

Last synced: 24 days ago
JSON representation

Explore Farcaster data with SQL interface via ROAPI

Awesome Lists containing this project

README

        

# sqlcaster

Explore Farcaster data with SQL interface via ROAPI.

Try now: https://sqlcaster.xyz/

## Getting Started

### Run the dev server

```bash
bun dev
```

Open [http://localhost:3000](http://localhost:3000) with your browser to see the result. You can start editing the page by modifying `pages/index.tsx`. The page auto-updates as you edit the file.

### Build static site

```bash
bun run export
```