Easily generate RSS, Atom, and JSON feeds directly from a Farcaster Hub.
Install the Vercel CLI
npm i -g vercelInstall dependencies:
yarn installRun the development server
vercel devEvery request must specify a data source via one of the following query parameters:
hub— a Farcaster Hub URL including the HTTP port (eghttps://yourfarcasterhub.com).neynar-api-key— a Neynar API key. When present, requests are routed tohttps://snapchain-api.neynar.comwith the key passed as thex-api-keyheader.
If neither is provided, the API responds with 400 Bad Request.
I run this app on Vercel Serverless Functions. There are no environment variables. Feel free to deploy your own instance.