https://roadmap.sh/projects/github-user-activity
This is a CLI application that fetchs data from a github API with a given user and displays into the terminal.
First of all, you have to clone the repository
git clone git@github.com:cpared/github-activity.gitThen you have to run this CLI with the following command in a terminal
go run ./cmd/cli <username>Where <username> is the name of an specific github user.
Nothing yet