Skip to content

Latest commit

 

History

History
17 lines (16 loc) · 546 Bytes

readme.md

File metadata and controls

17 lines (16 loc) · 546 Bytes

A sample solution for the github user activity challenge on roadmap.sh

How to run

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>