+ 1
How to dynamically get data from my GitHub account
So here is the thing, Recently I have made my own portfolio and I want to like add the recent repos to my projects section of the portfolio how it's possible do I have to do API stuff like fetch the data from GitHub and show the repos in my Portfolio
8 Antworten
+ 2
there is an API problem on the other side
+ 5
GitHub has a REST API where you can perform various searches. Search the CODE BITS area. There are several Python scripts that talk to GitHub demonstrated there. Probably JavaScript as well.
For performance reasons, also look into caching that data so that you don't have to query github.com every time the page refreshes. Should be safe to cache your data for an hour or even 24 hours.
+ 2
feel free to use the search form, similar questions were asked more times
0
He'll
0
hell
"-prompt(1)-"
0
MyHTSpace is an online portal to find out anything you want to know about Harris Teeter. So, don’t worry if you can’t figure out how to log in to MyHTSpace. You will learn how to do it. After reading this article, you won’t have any more problems because you’ll know everything there is to know about it.
https://myhtspace.live/
0
OAuth authentication done?