evgeniyworkbel / frontend-project-11

Home Page:rss-aggregator-green.vercel.app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

aggregator

Actions Status Maintainability

Description

RSS aggregator (or RSS reader) - the software could use the XML structure to present a neat display to the end users.

Subscribing to RSS feeds can allow a user to keep track of many different websites in a single news aggregator, which constantly monitor sites for new content, removing the need for the user to manually check them.

Users subscribe to feeds by entering a feed's URI into the reader. The reader checks the user's feeds regularly for new information and can automatically download it.

My news aggregator is built for a web browser. It supports feeds with RSS 2.0 format.

Installation

  1. Clone the repository (via SSH / HTTPS / GitHub CLI):
$ git clone <link>
  1. Change the working directory:
$ cd frontend-project-11
  1. Install dependencies:
$ make install

If you want to install package globally in your system you should run:

$ make link

And don't remember rerun this command in case of changes package.json!

Usage

Deploy local server:

$ make develop

Build production:

$ make develop

You may use Lorem RSS Generator additionally. It is a GitHub library which generates lorem rss feeds at specified intervals. In order to see how my news aggregator works,you just need to copy one of links from library page and paste into rss reader form.

Linters:

$ make lint

Demo

https://rss-aggregator-green.vercel.app/

About

rss-aggregator-green.vercel.app


Languages

Language:JavaScript 84.9%Language:HTML 14.0%Language:Makefile 0.9%Language:SCSS 0.2%