voidcosmos / angular-communities

A list of all the Angular Communities around the world
https://www.angular-communities.com
MIT License
101 stars 38 forks source link

About us #46

Open Caballerog opened 4 years ago

Caballerog commented 4 years ago

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.

NyaGarcia commented 4 years ago

I'm on it!

SergioTribaldos commented 4 years ago

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

NyaGarcia commented 4 years ago

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

juanri0s commented 4 years ago

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.