No description
Find a file
2022-09-27 15:46:59 +02:00
.vscode Initial commit 2022-09-24 16:16:24 +02:00
assets update readme 2022-09-24 20:09:58 +02:00
src feat: suport repo cards (#2) 2022-09-27 15:46:41 +02:00
test support github account stats 2022-09-24 19:52:17 +02:00
.editorconfig Initial commit 2022-09-24 16:16:24 +02:00
.eslintignore Initial commit 2022-09-24 16:16:24 +02:00
.eslintrc.cjs Initial commit 2022-09-24 16:16:24 +02:00
.gitignore ignore temp files; new package-lock 2022-09-24 16:19:13 +02:00
.prettierrc.cjs Initial commit 2022-09-24 16:16:24 +02:00
index.ts support github account stats 2022-09-24 19:52:17 +02:00
package-lock.json 0.2.0 2022-09-27 15:46:59 +02:00
package.json 0.2.0 2022-09-27 15:46:59 +02:00
README.md docs: update readme 2022-09-25 22:15:18 +02:00
tsconfig.json Initial commit 2022-09-24 16:16:24 +02:00

Astro GitHub Stats

npm npm npm github

Embed GitHub stats on your Astro page

screenshot

Demo: https://ayco.io/showcase/astro-github-stats

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