RSS-reader – is a service for aggregating RSS feeds that makes it easy to read a variety of sources, such as blogs. It allows you to add an unlimited number of RSS feeds, updates them and adds new entries to the total stream.
Follow this link
Insert a valid RSS link in the input box. Click the Add button. The RSS feed will appear on your screen! A preview of the post descriptions is displayed through a modal window after you click the "Preview" button. You can also subscribe to multiple feeds at once by adding links to other sources. Posts are updated automatically in real time.
Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | Latest ✔ | 11 ✔ |
Node.js 13.2.0 or higher
- Clone the repository with the following command:
git clone https://github.com/JS-NinjaNN/frontend-project-11
- Set up and run the RSS reader developer mode using the following commands:
make install
make develop
Compile the package with webpack using:
make build