RSS Reader is a service for aggregation of RSS flows, with which it is convenient to read a variety of sources, for example, blogs.
It allows you to add an unlimited amount of the RSS-flows, it updates them and adds new notes to the overall stream.
- Nodejs is required to install and launch the project
- Clone or download this repository.
- While in the local catalog of the project, use the
make install
command to install. - Use the
npm run serve
command to launch a local server. - Or
npm run build
for assembling the project.