A Cloudflare worker that gets the json data of an rss feed.
I made this for my personal use for one of my projects that needs it.
- Node v10 and above
- Transform Medium Rss Url to Json Data
First clone the repo and then cd
into it.
git clone https://github.com/davmixcool/rss-to-json-worker.git
cd rss-to-json-worker
npm install
You can tweak the wrangler.toml
file to what you want.
wrangler dev
wrangler build
This package is maintained by David Oti and you!