Skip to content

RSS Aggregator is a web application that aggregates syndicated web content

Notifications You must be signed in to change notification settings

rmanzman/rss-aggregator

Repository files navigation

Hexlet tests and linter status:

Last commit Build & Linter Maintainability

RSS Aggregator

Description:

RSS Aggregator - also termed a feed aggregator, feed reader, news reader, RSS reader, or simply an aggregator is a web application that aggregates syndicated web content such as online newspapers, blogs, podcasts, and video blogs (vlogs) in one location for easy viewing. The updates distributed may include journal tables of contents, podcasts, videos, and news items.

Usage

  • Just follow this link
  • Insert the valid RSS-feed link to input
  • Press 'Add' button

For local usage and development

Make sure you have Node.js (14.0.x.x or higher) and npm installed.

  1. Clone the project
git clone git@github.com:rmanzman/rss-aggregator.git
  1. Install dependencies
cd rss-aggregator
make install
  1. Use the following scripts according to your objectives
  • To start a local server:
npm run start
  • To build a project in development mode:
npm run build:dev
  • To build a project in production mode:
npm run build:prod