Skip to content

Very simple client-sided RSS feed reader I built for myself, before making a more complex data aggregation project!

License

Notifications You must be signed in to change notification settings

AngeloM18/simplefeed

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

SIMPLEFEED

This is a client-side barebones RSS feed reader that I built for myself while working on a server-side, more complex data aggregation project!

This was done using plain HTML, CSS, and JavaScript, without relying on any fancy libraries. It is entirely client-side.

  • The code runs directly in your browser, and the feeds you save are stored in the domain's localStorage object (site data) in your browser.
  • You can modify the polling rate at which your stored feeds are fetched, ranging from 5 minutes to 4 hours. Since this uses a CORS proxy to fetch data from RSS feeds, I have limited the minimum polling rate to 5 minutes.

simplefeed-demo

TO DO:

  • Implement notifications.
  • Add a manifest file so anyone can add the domain to their home screen as a PWA.

About

Very simple client-sided RSS feed reader I built for myself, before making a more complex data aggregation project!

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published