0.0.7 • Published 5 years ago

helen-rss-reader v0.0.7

Weekly downloads
1
License
ISC
Repository
github
Last release
5 years ago

Build Status Maintainability

RSS Feed Reader

:white_check_mark: General info

Homepage: http://helen-rss.surge.sh

RSS Reader with automatic updating of all the feeds every 5 seconds.

:file_folder: Examples

Provide a valid rss feed link. Click Add new feed to load all the latest channel articles with links, titles, and description.

RSS links to test:

  • NZ News - The latest news from New Zealand
  • Link - RSS with every second update
  • Rugby - All the latest news a rugby head needs to know
  • Sport - The latest sports news, match reports and live scores

All feeds will be automatically updated every 5 seconds even after reloading the page. All the new articles that appear in the Rss will be loaded to the feed.

:arrow_forward: How to Run App

  1. cd to the repo
  2. Setup
  • run make install
  1. Run Build
  • run make develop

:hammer: Technologies

Project is created with:

  • ES6
  • AJAX using Axios
  • Node.js
  • JQuery
  • Webpack
  • DOMParser
  • CORS Proxy
  • WatchJS (pattern Observer for View)