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

https://github.com/abra19/rss_agregator

In this project we create RSS aggregator. These service is able to poll the RSS feeds of sites for new posts and display them in a convenient way, marking what they have read and so on
https://github.com/abra19/rss_agregator

axios bootstrap i18next js lodash onchange webpack yup

Last synced: 4 months ago
JSON representation

In this project we create RSS aggregator. These service is able to poll the RSS feeds of sites for new posts and display them in a convenient way, marking what they have read and so on

Awesome Lists containing this project

README

        

### Hexlet tests and linter status:
[![Actions Status](https://github.com/Abra19/frontend-project-11/workflows/hexlet-check/badge.svg)](https://github.com/Abra19/frontend-project-11/actions)
[![Maintainability](https://api.codeclimate.com/v1/badges/378c37f6a774cfb7ea99/maintainability)](https://codeclimate.com/github/Abra19/frontend-project-11/maintainability)
[![example workflow](https://github.com/Abra19/frontend-project-11/actions/workflows/nodejs.yml/badge.svg)](https://github.com/Abra19/frontend-project-11/actions)

### Project Description:
In this project we create RSS aggregator.
RSS is a specialized format designed to describe news feeds, article announcements and other materials. This is the easiest way for websites (usually blogs) to allow users to subscribe to changes. For this, special services called RSS aggregators are used. These services are able to poll the RSS feeds of sites for new posts and display them in a convenient way, marking what they have read and so on.

### Project used:
* bootstrap
* webpack
* axios
* i18next
* on-change
* yup
* lodash

### [Try the application](https://frontend-project-11-abra19.vercel.app/)
### To get started

1. Clone git repo: `git clone [email protected]:Abra19/rss_agregator.git`
2. Install package: `make install`
3. Build: `make build`