https://github.com/whatrocks/sqlcaster
Explore Farcaster data with SQL interface via ROAPI
https://github.com/whatrocks/sqlcaster
farcaster roapi sql
Last synced: 12 months ago
JSON representation
Explore Farcaster data with SQL interface via ROAPI
- Host: GitHub
- URL: https://github.com/whatrocks/sqlcaster
- Owner: whatrocks
- License: mit
- Created: 2022-09-01T15:11:32.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T03:04:13.000Z (over 3 years ago)
- Last Synced: 2025-01-20T22:50:42.157Z (about 1 year ago)
- Topics: farcaster, roapi, sql
- Language: TypeScript
- Homepage:
- Size: 687 KB
- Stars: 12
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```