Ecosyste.ms: Awesome
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: about 2 months ago
JSON representation
Fastify app to convert RSS feed to JSON & handle CORS issues
- Host: GitHub
- URL: https://github.com/dan-mba/rss2json-proxy
- Owner: dan-mba
- Created: 2019-11-18T12:34:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2024-05-16T11:09:37.000Z (8 months ago)
- Last Synced: 2024-05-18T07:45:52.740Z (8 months ago)
- Topics: cors, fastify, fetch, nodejs, typescript, undici
- Language: TypeScript
- Homepage: https://flannel-glade.glitch.me
- Size: 1.48 MB
- Stars: 2
- Watchers: 2
- Forks: 1
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
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.