Skip to content

Latest commit

 

History

History
15 lines (10 loc) · 654 Bytes

File metadata and controls

15 lines (10 loc) · 654 Bytes

Github tracking user activity

A simple Rust CLI application to fetch and display GitHub activities for a given user. Note: This is the project from https://roadmap.sh/projects/github-user-activity

Description

This CLI application uses the GitHub API to fetch recent activities of a specified GitHub user and displays them in the terminal.

Installation

  1. Ensure you have Rust installed. If not, you can install it from rust-lang.org.
  2. Clone this repository
  3. Navigate to the project directory
  4. Run the following command to build the project cargo run