Skip to content

flemsoft/GitHubStatsLoader

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

GitHubStatsLoader

Task description

The purpose of the application - retrieving relevant information from GitHub and displaying it in the terminal.
The program should take the following inputs:
Username, as a command line argument.
When run, the program should output all public repositories of the user, and for each repository list contributors ordered by the number of contributions per contributor in descending order. Use the GitHub REST API.
Use any programming language, frameworks and libraries you see fit to write this command-line application. Treat the code as if it goes straight into production. Any extra features you might think of is a bonus, but not required for this exercise.

Before start

Set GitHubKey setting to User environment variables with your GitHub token.

Using

GitHubTest.exe user_login
where "user_login" - GitHub login to retrieve statistics.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages