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.
- Clone the repository (via SSH / HTTPS / GitHub CLI):
$ git clone <link>
- Change the working directory:
$ cd frontend-project-11
- 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!
To start local server:
$ make develop
To lint code:
$ make lint
To build production:
$ make build
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.