A SPA application for the aggregation of RSS feeds. The app receives a source as input, checks the source for updates every 5 seconds, and allows you to read each post as a short description, and a direct link to the specific post.

Actions Status Maintainability Node CI

Go to app -> RSS-aggregator

Principle of operation:

The user enters the address of the source of interest into the aggregator. Then the aggregator itself checks the source for updates at 5-second intervals, and if they are available, adds the update to the list, and displays it on the screen. After that, the user has the opportunity to review the updates.

Installation Guide:

  • $ git clone https://github.com/Vox1oot/frontend-project-lvl3.git
  • make install
  • make server - launch webpack-dev-server for development
  • make build - package assembly