Skip to content

Latest commit

 

History

History
11 lines (7 loc) · 561 Bytes

File metadata and controls

11 lines (7 loc) · 561 Bytes

GatorFeed

This a project based upon RSS feed aggregator in Go! It's a web server that allows clients to:

  • Add RSS feeds to be collected
  • Follow and unfollow RSS feeds that other users have added
  • Fetch all of the latest posts from the RSS feeds they follow

RSS feeds are a way for websites to publish updates to their content. You can use this project to keep up with your favorite blogs, news sites, podcasts, and more!

The GatorFeed is deployed via Docker and can be deployed to Kubernetes for multiple clusters.