371 B
371 B
Astro Github Stats
Embed github stats in your Astro page ✨
This is a wrapper for github-readme-stats
Usage
Install in use in your Astro project:
npm i astro-github-stats
Then use in your Astro page:
---
import GithubStats from 'astro-github-stats';
---
<GithubStats username="ayoayco" />