Skip to content
This repository was archived by the owner on Mar 3, 2023. It is now read-only.

Latest commit

 

History

History
15 lines (14 loc) · 967 Bytes

File metadata and controls

15 lines (14 loc) · 967 Bytes

.NET Core RSS Reader (Task)

Description

.NET Core CLI RSS Reader with ability to manage and read feeds with ease.

Notes

Core libraries are CLI-independent, you can use them while writing GUI or in other projects.
They are made just for data manipulation.

Features table:

Feature Current Status Finished
Feed Manipulation implemented
  • Add Feed
  • Remove Feed
  • Save Config to XML File
  • Edit Feed
Feed Reader implemented
  • Fetch one Feed
  • Fetch many Feeds
  • Fetch in parallel
Feed CLI Reader implemented
  • RSS Feed Reader Display
  • Navigate through feeds via arrow keys
  • Adapt reader for one and for many feeds both

Future enhancements

  • Cache for downloaded RSS Feeds to make it available to read in offline