Skip to content

IgorLebedev/Rss-feed-aggregator

Repository files navigation

RSS Reader


Hexlet tests, linter status and maintainability:

Actions Status Linter Maintainability


Description

RSS Reader is a service for aggregating RSS feeds, with which it is convenient to read a variety of sources, such as blogs. It allows you to add an unlimited number of RSS feeds, updates them itself and adds new entries to the general feed.


Requirements

  • Node.js version v.18.12.1 or later
  • GNU Make version 4.2.1 or later

Instructions

  1. Clone project

    git clone [email protected]:IgorLebedev/Rss-feed-aggregator.git
    
  2. Install dependencies

     make install
    
  3. Run locally

     make dev