Embed GitHub stats in your Astro page ✨
npm install astro-github-stats



Embed GitHub stats on your Astro page ✨
Features:
1. Embed GitHub Account stats (with or without icons)
1. Embed GitHub Account top languages
1. Embed GitHub Repositories info with stars
```
npm i astro-github-stats
Then use on your Astro page:
`astro
---
import GithubStats from 'astro-github-stats';
---
``
Example Account Card:
Example Account Card with Icons:

Example Account Top Languages:

Example Repo Card:
!Screen Shot 2022-09-27 at 3 51 15 PM
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. themes
1. account top languages
_Please report issues found or suggestions in the project issues page_