https://github.com/lukeeey/hitcount
The simplest way to track the number of people viewing your GitHub projects!
https://github.com/lukeeey/hitcount
github hits
Last synced: about 2 months ago
JSON representation
The simplest way to track the number of people viewing your GitHub projects!
- Host: GitHub
- URL: https://github.com/lukeeey/hitcount
- Owner: lukeeey
- Created: 2024-12-07T04:34:21.000Z (over 1 year ago)
- Default Branch: master
- Last Pushed: 2025-12-15T20:55:06.000Z (6 months ago)
- Last Synced: 2025-12-19T03:20:27.375Z (6 months ago)
- Topics: github, hits
- Language: Java
- Homepage: https://hitcount.dev
- Size: 42 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# hitcount.dev
[](https://hitcount.dev/p/lukeeey/hitcount)
The simplest way to track the number of people viewing your GitHub projects!
### View Path Info
You can view info on a specific project ("path") by going to `hitcount.dev/p/GITHUB_NAME/REPO_NAME`. Example:
https://hitcount.dev/p/lukeeey/hitcount
### Get Path Info as JSON
Go to the path info URL from above and append `.json` to the end. Example:
https://hitcount.dev/p/lukeeey/hitcount.json
### Shields.io Badge
For even more customization of your badge, you can use the [shields.io](https://shields.io) API.
1. Take the path info URL from above and append `.shields.json`. Example: `https://hitcount.dev/p/lukeeey/hitcount.shields.json`
2. Go to the [shields.io endpoint badge page](https://shields.io/badges/endpoint-badge) and input the Shields JSON url above
3. Customize styles, etc.
4. You should end up with a URL somewhat similar to `https://img.shields.io/endpoint?url=https%3A%2F%2Fhitcount.dev%2Fp%2Flukeeey%2Fhitcount.shields.json&style=for-the-badge&labelColor=red`
To use this shields.io URL in your README, insert it like this (ensuring to replace the placeholders):
```
[](YOUR_SHIELDS_IO_URL)
```