A simple and easy-to-use RSS reader, built with HTML, JavaScript, and the RSS Parser library. It also includes a local CORS proxy server to bypass CORS issues when fetching RSS feeds.
- Clone or download the repository to your local machine.
- Navigate to the
proxy-server
folder and runnpm install
to install the required dependencies. - Start the local CORS proxy server by running
npm start
in theproxy-server
folder. - Open the
index.html
file located in theweb-app
folder with your web browser. - Enter the RSS feed URL in the input field and submit the form to fetch and display the feed items.
- HTML
- JavaScript
- RSS Parser library (https://github.com/rbren/rss-parser)
- Node.js (for the local CORS proxy server)
This project is licensed under the MIT License. See the LICENSE file for details.