How to retrieve the list of all GitHub repositories of a person?

user1127981 picture user1127981 · Jan 3, 2012 · Viewed 89.3k times · Source

We are working on a project where we need to display all the projects of a person in his repository on GitHub account.

Can anyone suggest, how can I display the names of all the git repositories of a particular person using his git-user name?

Answer

Frederick Cheung picture Frederick Cheung · Jan 3, 2012

You can use the github api for this. Hitting https://api.github.com/users/USERNAME/repos will list public repositories for the user USERNAME.