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
This CLI application uses the GitHub API to fetch recent activities of a specified GitHub user and displays them in the terminal.
- Ensure you have Rust installed. If not, you can install it from rust-lang.org.
- Clone this repository
- Navigate to the project directory
- Run the following command to build the project
cargo run