Gator is a CLI tool used to aggregate RSS feeds. This was built to apply the content learned at the boot.dev Golang course, and thus the documentation is very simple.
- Multiple users support
- Follow RSS feeds
- Persist followed feeds
- Browse feeds
Gator requires PostgreSQL and Go to be installed in order to run.
- Run the following statement on your terminal:
go install github.com/bristotgl/gator - That's it! Gator is installed and you can now start to read your favorite feeds in a very old-fashioned way :)