1.4 KiB
1.4 KiB
Astro Github Stats
Embed github stats on your Astro page ✨
Please report issues found or suggestions in the project issues page
Usage
Install on your Astro project:
npm i astro-github-stats
Then use on your Astro page:
---
import GithubStats from 'astro-github-stats';
---
<GithubStats username="ayoayco" />
Future plans
Initially this is a wrapper for github-readme-stats supporting the basic github account stats card. Other features can be supported later, depending on demand:
- repo cards
- themes
- account top languages
Please report issues found or suggestions in the project issues page