Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gskril/searchcaster
Search casts and profiles on the Farcaster protocol
https://github.com/gskril/searchcaster
farcaster
Last synced: 8 days ago
JSON representation
Search casts and profiles on the Farcaster protocol
- Host: GitHub
- URL: https://github.com/gskril/searchcaster
- Owner: gskril
- Created: 2022-06-07T07:06:13.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2024-05-13T05:09:44.000Z (7 months ago)
- Last Synced: 2024-05-18T19:11:35.075Z (7 months ago)
- Topics: farcaster
- Language: JavaScript
- Homepage: https://searchcaster.xyz
- Size: 1.2 MB
- Stars: 61
- Watchers: 3
- Forks: 10
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-farcaster - gskril/farcaster-search
- awesome-farcaster-dev - `searchcaster`
- awesome-farcaster-dev - `searchcaster`
README
# Searchcaster
Easily search for casts on the [Farcaster](https://www.farcaster.xyz/) protocol via [UI](https://searchcaster.xyz/) or [API](https://searchcaster.xyz/docs).
Powered by [this Farcaster Indexer](https://github.com/gskril/farcaster-indexer).
## Run locally
1. Clone the [indexer repo](https://github.com/gskril/farcaster-indexer) and follow instructions to setup a database on [Supabase](https://supabase.com/)
2. Clone this repo and install dependencies via `yarn install`
3. Rename `.env.example` to `.env` and enter your database credentials
4. Start a local server via `yarn dev`
5. Open [localhost:3000](http://localhost:3000/)