An open API service indexing awesome lists of open source software.

https://github.com/fey/frontend-project-lvl3

Rss Reader is a service for aggregating RSS feeds
https://github.com/fey/frontend-project-lvl3

Last synced: over 1 year ago
JSON representation

Rss Reader is a service for aggregating RSS feeds

Awesome Lists containing this project

README

          

### Hexlet tests and linter status:
[![Actions Status](https://github.com/fey/frontend-project-lvl3/workflows/hexlet-check/badge.svg)](https://github.com/fey/frontend-project-lvl3/actions?query=workflow%3Ahexlet-check)
[![Actions Status](https://github.com/fey/frontend-project-lvl3/workflows/Node%20CI/badge.svg)](https://github.com/fey/frontend-project-lvl3/actions?query=workflow%3A%22Node+CI%22)

### Description

http://fey-frontend-project-lvl3.vercel.app/

Rss Reader is a service for aggregating RSS feeds that makes it easy to read a variety of sources, such as blogs. It allows you to add an unlimited number of RSS feeds, updates them and adds new entries to the total stream.

### Commands

```sh
$ make install
$ make develop
$ make build
$ make test
```