https://github.com/redgerd/github-user-activity
command line interface (CLI) to fetch the recent activity of a GitHub user and display it in the terminal.
https://github.com/redgerd/github-user-activity
Last synced: 10 months ago
JSON representation
command line interface (CLI) to fetch the recent activity of a GitHub user and display it in the terminal.
- Host: GitHub
- URL: https://github.com/redgerd/github-user-activity
- Owner: Redgerd
- Created: 2024-09-16T05:30:16.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-09-16T05:46:54.000Z (over 1 year ago)
- Last Synced: 2024-11-13T15:14:22.029Z (about 1 year ago)
- Language: JavaScript
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# GitHub-User-Activity
Sample solution for the [github-user-activity](https://roadmap.sh/projects/github-user-activity) challenge from [roadmap.sh](https://roadmap.sh/).
## How to run
Clone the repository and run the following command:
```bash
git clone https://github.com/kamranahmedse/github-user-activity.git
cd github-user-activity
```
Run the following command to list the activities of a user:
```bash
# node index.js
node index.js kamranahmedse
```