https://github.com/amulyamachhan/github-user-activity
A simple command line interface (CLI) to fetch the recent activity of a GitHub user and display it in the terminal.
https://github.com/amulyamachhan/github-user-activity
cli-app fetch-api github github-activity githubapi javascript nodejs
Last synced: 8 months ago
JSON representation
A simple 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/amulyamachhan/github-user-activity
- Owner: AmulyaMachhan
- Created: 2024-12-25T10:24:18.000Z (about 1 year ago)
- Default Branch: main
- Last Pushed: 2024-12-25T10:34:40.000Z (about 1 year ago)
- Last Synced: 2025-02-17T06:42:07.099Z (11 months ago)
- Topics: cli-app, fetch-api, github, github-activity, githubapi, javascript, nodejs
- Language: JavaScript
- Homepage:
- 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
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](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 AmulyaMachhan
```