github-cards
github-cards copied to clipboard
The unofficial GitHub Cards. Card for your GitHub profile, card for your GitHub repositories.
I don't quite understand what's happening, but the cards are not visible on the actual website. This is the card code `````` And this is the `script` tag, which I've...
Tried every possible way to get it through but failed.
When using `data-height` it does not work and the card just resets to the default `200px`  
when i embed the code example somewhere i get Couldn't find the requested file /cards/default.html in lepture/github-cards.
Is there a way to use the social media preview image within the card in place of the the user profile image?
When typing username/repo getting an error _Uncaught TypeError: Cannot read property 'replace' of null. I was typing slugovoy/pasword as an example.
If the user you're trying to make a card of doesn't have the Name field set in their profile, it returns a null during the https://api.github.com/users/ lookup call in https://cdn.jsdelivr.net/github-cards/1.0.2/cards/default.html
Using: https://lab.lepture.com/github-cards/#link-time|medium This generates: ``` ``` On the generator page, this background image is shown: https://cdn-images-1.medium.com/max/2000/1*19LWzzJJDPqGq67Vyd0EjQ.jpeg However, when embedding the card in our page using the above markup, the following,...
1. The template files are available under `jsdelivr/cards/default.html`. However, it's trying to access them via https://cdn.jsdelivr.net/gh/lepture/[email protected]/cards/default.html resulting in below error. ``` Couldn't find the requested file /cards/default.html in lepture/github-cards. ```...
-Added a new type of card: recentRepoCard. It recovers the most recently updated repo of the given user. This new card is compatible with the previous functionalities. -Added a background...