Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/whatrocks/sqlcaster
- Owner: whatrocks
- License: mit
- Created: 2022-09-01T15:11:32.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-11-16T03:04:13.000Z (about 2 years ago)
- Last Synced: 2024-12-12T06:55:11.501Z (about 1 month ago)
- Topics: farcaster, roapi, sql
- Language: TypeScript
- Homepage:
- Size: 687 KB
- Stars: 11
- 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
```