Skip to content

Sergey-frontend/rss-agregator

Repository files navigation

Hexlet tests and linter status:

Actions Status

RSS Agregator

The RSS news aggregator is a platform that enables you to gather multiple news channels in one place. With this aggregator, you can easily add and manage your favorite news sources. The aggregator automatically updates and fetches new posts every 5 seconds, ensuring you stay up-to-date with the latest news. Instead of visiting each website individually, you can conveniently monitor the emergence of new posts from all sources and read their summaries within the aggregator. Stay informed and save time with the RSS news aggregator!

Explore the demo by following this link

How to use:

System requirements: node 16.x version

#clone this repository on your machine
$git clone git@github.com:Sergey-frontend/rss-agregator.git

#go to directory where you downloaded it
$cd rss-agregator

# run the one of these command to install all necessary dependencies
$make install
or
$npm ci

#build application
$npm run build

#run application on localhost
$npm run serve
or
$make run

About

RSS Aggregator is a web application for automatically collecting messages from sources that export to RSS or Atom formats, such as news headlines, blogs, podcasts, and vlogs.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published