Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/mikhailmogilnikov/rss-aggregator

RSS Feed aggregator, supports multiple sources and feed auto updater
https://github.com/mikhailmogilnikov/rss-aggregator

javascript rss-aggregator rss-feed

Last synced: 1 day ago
JSON representation

RSS Feed aggregator, supports multiple sources and feed auto updater

Awesome Lists containing this project

README

        

# RSS-Aggregator

[![Actions Status](https://github.com/mikhailmogilnikov/frontend-project-11/actions/workflows/hexlet-check.yml/badge.svg)](https://github.com/mikhailmogilnikov/frontend-project-11/actions)
[![Actions Status](https://github.com/mikhailmogilnikov/frontend-project-11/actions/workflows/nodejs.yml/badge.svg)](https://github.com/mikhailmogilnikov/frontend-project-11/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/c31f2b96bb457a01afa5/maintainability)](https://codeclimate.com/github/mikhailmogilnikov/frontend-project-11/maintainability)
[![Test Coverage](https://api.codeclimate.com/v1/badges/c31f2b96bb457a01afa5/test_coverage)](https://codeclimate.com/github/mikhailmogilnikov/frontend-project-11/test_coverage)

[Link to working project](https://rssagregator-three.vercel.app)

## Setup

```sh
make install
```

## Run

```sh
make develop
```