You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would love to be able to display my project tags on my portfolio website. According to GitHub Docs, we can get a list of each repo's tags using this query:
Perhaps we could reuse the code used to create the skill bubbles to create tag bubbles.
I'm not sure where we can store a list of the repo's tags in order to reference them later when building the project html. I have very limited experience working with web development, so I'm not exactly sure where to start.
The text was updated successfully, but these errors were encountered:
Nice feature idea. But the problem is, that we can only use the Github API for a limited time as the requests are not authenticated. So using that API for every repo would affect our rate limits and users would see this page often.
Also, the data related GitHub's content is real-time and we are not storing them anywhere. Meaning if you change your profile picture on GitHub, GitProfile would show the new picture without rebuilding.
I would love to be able to display my project tags on my portfolio website. According to GitHub Docs, we can get a list of each repo's tags using this query:
Perhaps we could reuse the code used to create the skill bubbles to create tag bubbles.
I'm not sure where we can store a list of the repo's tags in order to reference them later when building the project html. I have very limited experience working with web development, so I'm not exactly sure where to start.
The text was updated successfully, but these errors were encountered: