astro-github-stats/README.md
2022-09-24 22:21:30 +02:00

1.4 KiB

Astro Github Stats

npm npm npm github

Embed github stats on your Astro page

screenshot

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:

  1. repo cards
  2. themes
  3. account top languages

Please report issues found or suggestions in the project issues page