All endpoints support the parameters that you can also use for shields.io badges, you can check out the documentation here shields.io styles.
Returns a badge containing the page hit counter for your repository
https://badges.pufler.dev/visits/{username}/{repo}
[](https://badges.pufler.dev)
Returns a badge containing the number of years you have been a member
https://badges.pufler.dev/years/{username}
[](https://badges.pufler.dev)
Returns a badge containing the number of your public repositories
https://badges.pufler.dev/repos/{username}
[](https://badges.pufler.dev)
Returns a badge containing the number of your public gists
https://badges.pufler.dev/gists/{username}
[](https://badges.pufler.dev)
Create an issue and I will reply soon!
Wanna join us in contributing to git-badges?
git clone https://github.com/puf17640/git-badges
cd git-badges
npm install
# Rename .env.example to .env
# Replace 'github_username' and 'github_token' with your GitHub username,
# and a personal token (no additional permissions required)
# Run MongoDB as a Docker container
docker run -d --rm -p 27017:27017 mongo
npm run startYour local version of git-badges should now be running on localhost:3000.