An open API service indexing awesome lists of open source software.

https://github.com/tuhinpal/readme-stats-github

Generate your GitHub's Stats in SVG
https://github.com/tuhinpal/readme-stats-github

github-stats profile-readme profile-readme-generator readme-stats

Last synced: 6 months ago
JSON representation

Generate your GitHub's Stats in SVG

Awesome Lists containing this project

README

          

# Readme Stats for Github 📈

👀 Update: Whole project is rewritten with Typescript in 30 minutes on GitHub Codespaces. 💊

## Features ðŸŠķ

- Totally accurate result
- Refresh result in 1800 seconds
- Support customization

## API 🚀

1. Cool and Simple 😃

```
https://github-stats-alpha.vercel.app/api?username={your-github-username}
```

[![Example](https://github-stats-alpha.vercel.app/api?username=tuhinpal "Example")](https://github-stats-alpha.vercel.app/api?username=tuhinpal "Example")

2. With Customization 😎

```
https://github-stats-alpha.vercel.app/api?username={your-github-username}&cc=000&tc=fff&ic=fff&bc=000

Where cc = Card Color
tc = Text Color
ic = Icon Color
bc = Border Color
```

[![Example](https://github-stats-alpha.vercel.app/api?username=tuhinpal&cc=000&tc=fff&ic=fff&bc=000 "Example")](https://github-stats-alpha.vercel.app/api?username=tuhinpal&cc=000&tc=fff&ic=fff&bc=000 "Example")

## Deploy your own ðŸĶ‰

- Fork this Repo
- Go to [â–ē Vercel](https://vercel.com)
- Connect with your Forked Repo
- Add your github token in Env Variables. Any variable starts with `GH_TOKEN` will be used randomly.
- Change root directory to `src`
- Deploy to fly high!

## Credits 🙏

- Idea from [github-readme-stats](https://github.com/anuraghazra/github-readme-stats "github-readme-stats") by [Anurag Hazra](https://github.com/anuraghazra "Anurag Hazra")

## Contribution 💎

Contributors are welcome. Please open an issue or pull request if you have any suggestions.

## License & Copyright 📝

- This Project is [Apache-2.0](https://github.com/tuhinpal/readme-stats-github/blob/main/LICENSE) Licensed
- Copyright 2021 by [Tuhin Kanti Pal](https://github.com/tuhinpal)