A simple command line interface (CLI) to fetch the recent activity of a GitHub user and display it in the terminal.
Sample solution for the github-user-activity challenge from roadmap.sh.
Clone the repository and run the following command:
git clone https://github.com/kamranahmedse/github-user-activity.git
cd github-user-activityRun the following command to list the activities of a user:
# node index.js <username>
node index.js AmulyaMachhan