Skip to content

penne-not-pasta/RSS-Reader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

RSS Reader

This is just a basic RSS reader, Does what you would expect from a(n) RSS reader. You get a link and it will show you the content of the RSS feed.

How to use locally.

(tested on fedora 43 only)

  1. git clone https://github.com/penne-not-pasta/RSS-Reader.git
  2. cd RSS-Reader
  3. php -S localhost:8000
  4. Open your browser and go to http://localhost:8000

This is only meant for local use, not for production.

Contributors