Skip to content

Latest commit

 

History

5 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 
 
 

Repository files navigation

GitHub Activity CLI

A simple command line interface (CLI) application that fetches and displays the recent activity of a GitHub user.

Features

  • Fetches recent public activity of any GitHub user
  • Displays activity in a readable format in the terminal
  • Handles invalid usernames and API errors

Technologies

  • Java 21
  • GitHub REST API
  • Java HttpClient

Usage

  • Compile the project:
javac -d out src/*.java
  • Run the program:
java -cp out githubCLI
  • Example
java -cp out githubCLI nombredeusuario
  • Example output:
Pushed 3 commits to nombredeusuario/developer-roadmap
Opened a new issue in nombredeusuario/developer-roadmap
Starred nombredeusuario/developer-roadmap

API Used

https://api.github.com/users//events

roadmap.sh

https://roadmap.sh/projects/github-user-activity

About

No description, website, or topics provided.

Resources

Stars

0 stars

Watchers

0 watching

Forks

Releases

Packages

Contributors

Languages