A sample solution for the github user activity challenge on roadmap.sh
Clone the repository and run the following command:
git clone https://github.com/GRACENOBLE/github-user-activity.git
cd TaskTracker
Build the binary executable (Make sure to have go installed)
go build .
Get a user's github activity
github-user-activity <username>