This is a simple cli application to retrieve github user activity via the github rest API. See project reference https://roadmap.sh/projects/github-user-activity.
The purpose of this project is to get familiar with Java syntax and semantics.
I do not think anyone would want to clone and run this locally, But any case you do:
- Java SDK
- Apache Maven
** Clone repository **
** Compile the code **
bash mvn compile
Use the command below to run code. Provide a github username as an argument
mvn exec:java -Dexec.mainClass="ActivityCli" -Dexec.args="repository <github_username>" The project is strictly for educational purpose.