There is a special format representing web news feeds, article annotations, and other content called RSS. This is the easiest way for websites (usually blogs) to enable users to subscribe to updates. For this purpose, special services called RSS aggregators are used. These services can check RSS web feeds for updates and conveniently display them, marking what they have read, and so on.
RSS Reader is a RSS feeds aggregator that provides the ability to add an infinite number of RSS feeds. The content of each feed is automatically updated every 5 seconds and new posts are included to the main stream.
- Unix terminal
- Node.js: 18.x or higher
git clone git@github.com:ExpCoderWeb/fullstack-javascript-project-11.gitcd fullstack-javascript-project-11make installThen, there are 2 options:
make develop - for local launch
make build - for application build
You can try the service on the following link: RSS Reader