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
- Host: GitHub
- URL: https://github.com/tuhinpal/readme-stats-github
- Owner: tuhinpal
- License: apache-2.0
- Created: 2020-11-06T04:22:27.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2022-10-21T12:16:52.000Z (over 3 years ago)
- Last Synced: 2025-04-04T07:41:25.077Z (10 months ago)
- Topics: github-stats, profile-readme, profile-readme-generator, readme-stats
- Language: TypeScript
- Homepage: https://github-stats-alpha.vercel.app/
- Size: 70.3 KB
- Stars: 74
- Watchers: 2
- Forks: 27
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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}
```
[](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
```
[](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)