Skip to content

skarsden/BlogAggregator

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Contributing

Gator

A CLI tool for aggreagating RSS feeds and viewing their posts Requires latest Postgres and Go versions to be installed.

Config

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

Usage

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

About

Practice Project - Learning Postgres with Go, practicing SQL

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages