Skip to content

EdricChan03/rss-reader-angular

Repository files navigation

Angular RSS Reader

An RSS reader with the following features:

  • The ability to view an RSS feed
  • The ability to read the latest headlines
  • The ability to listen to podcasts from an RSS feed (coming soon!)

You can view the deployed website here.

Notes

  • You'll need an API key for viewing an RSS feed (due to the restrictions that the Rss2Json API has). See this document for more info.

    • (Note that Rss2Json also currently limits the number of feed URLs you can pass to the API to be parsed - as of now, the limit is at 25 feed URLs.)

About

The project was originally a fork of https://github.com/becompany/angular2-rss-reader-tutorial, but has now turned into a separate repository of its own.

Technologies used

The project uses the following technologies listed below.

Frameworks

APIs

  • Rss2Json for converting an RSS feed to a JSON representation
  • NewsAPI for providing headlines data
  • RestCountries for providing country data

Continuous Integration (CI)/Continuous Deployment (CD) tools

Other