A simple way to see how many people have visited your website or github project.
HITS provides the SVG badge presented title and daily/total page count.
If you will be put the badge on either website or github or notion and so on, Paging count is calculated when people do visit it.
Badge includes a day(from GMT) and a total(all) page count.
HITS can show github projects with highest paging count.(TOP 10)
HITS can show realtime visiting projects using Websocket.
HITS have made by [email protected] using golang, wasm, html, and so on, currently serving from google cloud platform.
You can generate badge through HITS.
- Support daily and total badge
- Support badge with customize style
- Support badge free icon (https://simpleicons.org)
- Show a graph of your site about daily count of histories in recently 6 month
- Show ranks about github projects.
- Show realtime stream.
HITS is calculated page count without store sensitive information(ip, header, ... and so on).
For protect abuse by massive requests, parts of request information are converted to hashing data in local-cache, and it deletes after the elapsed time.
This project is following The GPL V3.0.