A project challenge on task-tracker from roadmap.sh.
- Fetches the recent GitHub events for a specified user using username.
- Handles different types of GitHub events:
- PushEvent: Displays the number of commits pushed to a repository.
- WatchEvent: Indicates when a repository is starred.
- CreateEvent: Shows when a repository or branch is created.
- Node.js (version 12 or later)
-
Clone this repository:
git clone https://github.com/kaleb110/github-user-activity
- enter a github username and hit enter.