No description
Find a file
2022-09-24 22:21:45 +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 docs; package info 2022-09-24 20:06:40 +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.1.4 2022-09-24 22:21:45 +02:00
package.json 0.1.4 2022-09-24 22:21:45 +02:00
README.md update project readme 2022-09-24 22:21:30 +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

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