31 lines
534 B
Markdown
31 lines
534 B
Markdown
# Astro Github Stats
|
|
|
|
Embed github stats in your Astro page ✨
|
|
|
|
# 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" />
|
|
```
|
|
|
|
# Showcase
|
|

|
|
|
|
# Future plans
|
|
|
|
This is a wrapper for [github-readme-stats](https://github.com/anuraghazra/github-readme-stats). Other features will be supported later:
|
|
1. repo stats card
|
|
1. themes
|
|
1. account top languages
|
|
|