A CLI tool for aggreagating RSS feeds and viewing their posts Requires latest Postgres and Go versions to be installed.
create a ".gatorconfig.json" file in your home directory and enter the follwing: { "db_url":"postgres://:@localhost:5432/gator?sslmode=disable" } replace with your username
Create new user:(bash terminal)> gator register Add an RSS feed:(bash terminal)> gator register Begin Aggregator:(bash terminal)> gator agg View posts:(bash terminal)> gator browse List existing users:(bash terminal)> gator users List feeds:(bash terminal)> gator feeds Follow an existing feed as logged in user:(bash terminal)> gator follow Unfollow a followed feed:(bash terminal)> gator unfollow