Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 564 Bytes

File metadata and controls

19 lines (15 loc) · 564 Bytes

githubrepocards

JS library for github repository cards integration for websites (portfolio, project listing etc). Uses github api to fetch the repo data.

Usage

Include the JS.

<script src="https://cdn.jsdelivr.net/gh/awesome-arjun11/githubrepocards/githubrepocards.js"></script>

.github-repo-card

Use .github-repo-card on element with repo and user data- attrubutes.

<div class="github-repo-card" data-repo="githubrepocards" data-user="awesome-arjun11"></div>

TODO

  • Add customisation options
  • Add User Cards