Open Caballerog opened 4 years ago
I'm on it!
I was playing around with the GitHub API, so to get the commits from the project I used this:
http.get("https://api.github.com/repos/{user}/{repository}/commits", {headers: {"Authorization": "Bearer {auth token}"}})
. It may be helpful
Thanks @SergioTribaldos :) I'm using the GitHub API to obtain the project's contributors, like so: https://api.github.com/repos/voidcosmos/angular-communities/contributors
This way, we can publicly acknowledge and thank everyone who has contributed to Angular-Communities :D
Hi,
Would https://allcontributors.org/docs/en/bot/overview be something to look into for the project/this issue? Some of the opensource projects I work on use it.
Is your feature request related to a problem? Please describe. A page in which you can find information about the contributors in this project
Describe the solution you'd like A simple page in which you can find information about the contributors. You can read the information about the contributors from GitHub API.