Sample solution for the github-user-activity challenge from roadmap.sh.
Clone the repository and run the following command:
git clone https://github.com/Barkaaat/GitHub-User-Activity.git
cd GitHub-User-ActivityRun the following command to list the activities of a user:
# node app.js
# <username>
node app.js
Barkaaat