Skip to content

Mardson581/dart-github-activity

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

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

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages