An open API service indexing awesome lists of open source software.

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.

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
```