- The app is live at dailyfreshnews.herokuapp.com RSS feeds parser app, that parses RSS feeds from different newspaper websites and deliver you the best news from all over the internet at one place.
- In this app we store rss url of different popular newspapers with categories(like editorials, business and finance, national etc.) in my mongo database and as the user can get the news from those rss feed urls.
- The xml rss is parsed to json using a library called
RSS-parser
.