Hacker News new | ask | show | jobs
Show HN: I made a simple API that converts RSS and Atom feeds to JSON (github.com)
2 points by khalby786 850 days ago
I built this because I wanted to add my blog posts to my website, and after trying three different packages from npm, none of them worked.

Additionally, my blog was giving me CORS issues despite having the supposedly correct Netlify configuration. I then thought it'd be a pretty good "experiment" to build a simple Go function on Vercel that'd parse my feed as JSON.