OpenBCca / openbc-web

https://openbcca.github.io/openbc-web/
1 stars 2 forks source link

Features/GitHub api integration #8

Closed PooriaT closed 10 months ago

PooriaT commented 10 months ago

This pull request pertains to the integration of GitHub API (src -> client-services -> github.client-services.ts) and comprises three functions. The first function extracts the token from .env.local, while the second function retrieves the names of all repositories on the OpenBC organization GitHub page. The last function is used to retrieve the necessary information from each repository.

SamHuo213 commented 10 months ago

Thanks @PooriaT , some nitpick comments. I approve, would be nice if you can address the comments.

SamHuo213 commented 10 months ago

You need to merge from main since there are conflicts but it looks really good :)

Let's try to get this in.