Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/mikhailmogilnikov/rss-aggregator
- Owner: mikhailmogilnikov
- Created: 2024-01-06T23:31:19.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-02-18T17:14:36.000Z (11 months ago)
- Last Synced: 2024-02-18T18:26:55.785Z (11 months ago)
- Topics: javascript, rss-aggregator, rss-feed
- Language: JavaScript
- Homepage: https://rssagregator-three.vercel.app
- Size: 657 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```