Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 692 Bytes

File metadata and controls

32 lines (24 loc) · 692 Bytes

GitHub User Activity with Dart

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

Usage/Examples

First, you'll need to build the app with:

dart build cli

Then, run the application using

dart_github_activity <username>

or

dart_github_activity <username> <page number> # with 15 records per page

Usage 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
...