Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gskril/farcaster-hub-feeds
Easily generate RSS, Atom, and JSON feeds directly from a Farcaster Hub.
https://github.com/gskril/farcaster-hub-feeds
Last synced: 36 minutes ago
JSON representation
Easily generate RSS, Atom, and JSON feeds directly from a Farcaster Hub.
- Host: GitHub
- URL: https://github.com/gskril/farcaster-hub-feeds
- Owner: gskril
- Created: 2024-01-06T22:21:49.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2024-06-04T18:01:02.000Z (6 months ago)
- Last Synced: 2024-11-16T19:03:37.979Z (26 days ago)
- Language: TypeScript
- Homepage: https://feeds.fcstr.xyz
- Size: 103 KB
- Stars: 18
- Watchers: 4
- Forks: 3
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-farcaster-dev - `farcaster-hub-feeds`
- awesome-farcaster-dev - `farcaster-hub-feeds`
README
# Farcaster Channel Feeds
Easily generate RSS, Atom, and JSON feeds directly from a Farcaster Hub.
## Run Locally
Install the [Vercel CLI](https://vercel.com/docs/cli)
```bash
npm i -g vercel
```Install dependencies:
```bash
yarn install
```Run the development server
```bash
vercel dev
```## Deploy
I run this app on Vercel Serverless Functions. There are no environment variables and all endpoints allow you to specify a custom Farcaster hub. Feel free to deploy your own instance.
[![Deploy with Vercel](https://vercel.com/button)](https://vercel.com/new/clone?repository-url=https%3A%2F%2Fgithub.com%2Fgskril%2Ffarcaster-hub-feeds&demo-title=Farcaster%20Hub%20Feeds&demo-url=https%3A%2F%2Ffeeds.fcstr.xyz)