Skip to content

sidewinder040/rss_reader_proto

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 

Repository files navigation

RSS Reader - Prototype

This is my implementation of a ChatGPT suggestion for a RSS Reader in C++. It's just a bare-bones proof of concept, meant to show the basic back-end workings

As the suggested code snippet relied on external libraries, I needed to see if I could build it successfully

Note: This project is intended to be used as a foundtation for a larger project and is intended for educational purposes only.

Libraries Used:

  • Curl
  • TinyXML2

Comments:

  1. Currently builds, using a shell script. To make this more portable, I should try to use CMake.
  2. In a fuller implementation formated output would make the feed results look clearer, i.e. colour and formatted layout.

About

Proof of Concept for the back-end of a RSS Reader

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors