API for converting an RSS XML feed into JSON. Originally a replacement for the deprecated Google Feed API.
https://rssjson.vercel.app/api?url=<feed>
Examples
- steam: https://rssjson.vercel.app/api?url=https://store.steampowered.com/feeds/news.xml
- nyt: https://rssjson.vercel.app/api?url=https://rss.nytimes.com/services/xml/rss/nyt/Europe.xml
npm i
npm start # localhost:5000
Deploys automatically on the main
branch using Vercel.