Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/gjbae1212/hit-counter
:rocket: Easy way to know how many visitors are viewing your Github, Website, Notion. :tada:
https://github.com/gjbae1212/hit-counter
go golang page-counter view-counter
Last synced: 29 days ago
JSON representation
:rocket: Easy way to know how many visitors are viewing your Github, Website, Notion. :tada:
- Host: GitHub
- URL: https://github.com/gjbae1212/hit-counter
- Owner: gjbae1212
- License: gpl-3.0
- Created: 2019-04-23T06:53:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2024-08-18T11:34:54.000Z (3 months ago)
- Last Synced: 2024-09-26T23:05:44.697Z (about 1 month ago)
- Topics: go, golang, page-counter, view-counter
- Language: Go
- Homepage: https://hits.seeyoufarm.com
- Size: 47.5 MB
- Stars: 1,025
- Watchers: 16
- Forks: 83
- Open Issues: 27
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# HITS
![Hits](https://storage.googleapis.com/hit-counter/main.png)
A simple way to see how many people have visited your website or GitHub repo.## Overview
[HITS](https://hits.seeyoufarm.com) provides the SVG badge presented **title** and **daily/total** page count.
If you embed the badge on either website or GitHub or Notion, every page request (page hit) will be counted.
The badge includes per day (from GMT) and the total (all) page count.
[HITS](https://hits.seeyoufarm.com) also shows the GitHub projects with the highest visitors. (TOP 10)
[HITS](https://hits.seeyoufarm.com) shows real-time page hits (using Websocket) of every project or site that is using this service.
[HITS](https://hits.seeyoufarm.com) was made by [email protected] using Golang, WebAssembly (Wasm), HTML, currently serving from Google Cloud platform.
## How To Use
### How To Generate The Badge
You generate the badge through [HITS](https://hits.seeyoufarm.com/#badge).![Hits](https://storage.googleapis.com/hit-counter/gen.png)
## Features
- Displays daily and total page views on your page.
- 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 real-time stream.
## ETC
[HITS](https://hits.seeyoufarm.com) counts every page hit without storing sensitive information (IP, headers, etc.).
To protect from abuse by massive requests, parts of request information are converted to hashing data in local-cache, and it deletes after the elapsed time.Also, HITS does not use GitHub Traffic or Google Analytics data, it simply counts every page hit of your site or repo.
## LICENSE
This project is licensed under GPL V3.0.