A Dart app to fetch the user's recent activity using the GitHub API, and display it in the terminal. A challenge from https://roadmap.sh/projects/github-user-activity
First, you'll need to build the app with:
dart build cliThen, run the application using
dart_github_activity <username>or
dart_github_activity <username> <page number> # with 15 records per pageUsage example:
dart_github_activity "Mardson581"
- Output
Mardson581 pushed to Mardson581/dart-github-activity
Mardson581 pushed to Mardson581/dart-github-activity
Mardson581 pushed to Mardson581/dart-github-activity
...