Skip to content

ExpCoderWeb/fullstack-javascript-project-11

Repository files navigation

Hexlet tests and linter status:

Actions Status lint

Quality Gate Status

Brief introduction

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.

Project overview

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.

Requirements:

  • Unix terminal
  • Node.js: 18.x or higher

Setup

git clone git@github.com:ExpCoderWeb/fullstack-javascript-project-11.git
cd fullstack-javascript-project-11
make install

Then, there are 2 options:

make develop - for local launch

make build - for application build

Usage

You can try the service on the following link: RSS Reader

About

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages