An open API service indexing awesome lists of open source software.

https://github.com/dan-mba/rss2json-proxy

Fastify app to convert RSS feed to JSON & handle CORS issues
https://github.com/dan-mba/rss2json-proxy

cors fastify fetch nodejs typescript undici

Last synced: 6 months ago
JSON representation

Fastify app to convert RSS feed to JSON & handle CORS issues

Awesome Lists containing this project

README

          

Convert RSS to JSON
===================

This server converts the RSS feed input using the 'rss' query parameter to JSON.
It also works as a proxy by setting CORS for All Access.

This was written as a fastify server application, but due to hosting issues was converted to a serverless function.
The original code is found in the fastify directory.
The current implementation is in the api directory.