Skip to content

Latest commit

 

History

History
12 lines (7 loc) · 259 Bytes

README.md

File metadata and controls

12 lines (7 loc) · 259 Bytes

About

A simple RSS feed aggregator based on GO that fetches posts from rss feeds and stores them in Postgres DB

Getting Started

  • make sure you have go installed

Clone the repo and do the followng:

  • cd into repo
  • run go build && ./rss-aggregator