I've created this cloudflare worker to read my nostr events (kind:1). You can update the configuration and deploy it to your own cloudflare worker account.
Preview: nostr.emre.xyz
All configurations can be seen in wrangler.jsonc file.
- Install wrangler.
- Clone this repository.
- Run
npx wrangler login
to authenticate with your Cloudflare account. - Update the
wrangler.jsonc
file with your Cloudflare account details and any other configurations you need. - Deploy the worker using
npx wrangler deploy
.
Feel free to fork this repository and submit pull requests for any improvements or features you would like to add.