A minimalist RSS reader that aggregates all your favourite blogs to be read in one place.
First make sure you have the following installed:
- git (I am using v2.37.2)
- Node.js (I am using v22.12.0)
- npm (I am using v11.3.0)
Then do the following:
- Run
git clone https://github.com/jooo-lee/rss-reader.gitto clone this repository cdinto the cloned repository- Run
npm install - Add and remove links to RSS feeds in
urls.txt- Put each link on its own line with no blank lines between links
- Run
node app.jsand open the link outputted in the terminal