Skip to content

farrukh-ali-khan/roadmap-github-user-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

Description

This project is a simple command line interface (CLI) application that fetches the recent activity of a specified GitHub user using the GitHub API and displays it in the terminal. This application is built using Node.js and demonstrates how to work with APIs, handle JSON data, and build a CLI application.

Features

  • Fetch recent activity of a specified GitHub user.
  • Display activities such as pushes, issues, and stars in the terminal.
  • Handle errors gracefully for invalid usernames or API failures.

Prerequisites

Installation

  1. Clone the repository:

    git clone https://github.com/yourusername/github-user-activity-cli.git
    cd github-user-activity-cli
  2. Make the script executable:

    chmod +x index.js
  3. Another way

    node index.js <username>
    

Usage

Run the CLI application by providing a GitHub username as an argument:

./index.js <username>

GitHub User Activity CLI

GitHub License

Project URL

GitHub User Activity Project

About

roadmap-github-user-activity

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors