Get Contributors List #5

Closed
opened 2024-03-29 18:15:49 -04:00 by tahadostifam · 1 comment
tahadostifam commented 2024-03-29 18:15:49 -04:00 (Migrated from github.com)

Get Contributors List

Write a service to get contributors list directly from Github-Api using by octokit library.
This may require a extra node server that must run on host.
We will pass the Github's personal-access-token as an Environment Variable in build section.

# Get Contributors List Write a service to get contributors list directly from Github-Api using by `octokit` library. This may require a extra node server that must run on host. We will pass the Github's `personal-access-token` as an `Environment Variable` in build section.
tahadostifam commented 2024-03-31 04:25:32 -04:00 (Migrated from github.com)

I created a new repository here.
This repository includes a Ruby script that updates the list of contributors and save it at this address.

And finally i wrote a workflow inside that repository that would update contributors every 3rd day! And this well performed and brought us both good performance on front-end side and automated job to us!

Only thing is left to do is that write a fetch request on views/get-involved/Contributors.vue to get the list from the json file.

Good Luck Guys!🦄💜

I created a new repository [here](github.com/parchlinux/GetContributors). This repository includes a `Ruby script` that updates the list of contributors and save it at [this](https://raw.githubusercontent.com/parchlinux/GetContributors/main/json/contributors.json) address. And finally i wrote a workflow inside that repository that would update contributors every 3rd day! And this well performed and brought us both good performance on front-end side and automated job to us! Only thing is left to do is that write a `fetch` request on `views/get-involved/Contributors.vue` to get the list from the json file. Good Luck Guys!🦄💜
Sign in to join this conversation.
No description provided.