Skip to content

arodriguez1996/github-user-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHub User Activity CLI

This command-line interface (CLI) tool allows users to track GitHub user activity efficiently from the terminal. Built with Node.js (v20), it fetches and displays data related to a user's activity on GitHub, including repositories, commits, and more.

Project Overview

This project is part of the GitHub User Activity project from roadmap.sh, a platform for developers to learn by building real-world projects.

Features

  • Fetch GitHub user activity and display it in console

Prerequisites

Before using this project, ensure you have the following installed:

  • Node.js v20
    You can download and install Node.js from the official website here.
  • GitHub Personal Access Token
    You can generate a GitHub token from here.

Installation

  1. Clone the repository:

    git clone https://github.com/arodriguez1996/github-user-activity-cli.git
    cd github-user-activity-cli
  2. Install the necessary dependencies globally:

    npm install -g
  3. Set up your GitHub token:

    You'll need to provide your GitHub personal access token for authenticated requests. Set it as an environment variable:

    export GITHUB_TOKEN=your_token_here

Usage

Once installed, you can use the CLI directly from the terminal:

github-activity <user>

Example:

github-activity arodriguez1996

License

This project is licensed under the MIT License.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published