https://github.com/barelyhuman/hits
Simple Page Hits Counter (Not an alternative to analytics)
https://github.com/barelyhuman/hits
goblin hits page page-hits
Last synced: 5 months ago
JSON representation
Simple Page Hits Counter (Not an alternative to analytics)
- Host: GitHub
- URL: https://github.com/barelyhuman/hits
- Owner: barelyhuman
- License: mit
- Created: 2023-06-24T20:00:54.000Z (about 3 years ago)
- Default Branch: main
- Last Pushed: 2025-09-13T01:25:04.000Z (10 months ago)
- Last Synced: 2025-09-13T02:40:42.896Z (10 months ago)
- Topics: goblin, hits, page, page-hits
- Language: Crystal
- Homepage: https://hits.barelyhuman.xyz/
- Size: 2.44 MB
- Stars: 2
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# hits
Self Hosted • Minimal • Hits Server
→ Register Hits
```sh
curl https://domain.name/hit?url=https://another.domainname.com
```
← Get Back Hits
```sh
curl https://domain.name/hits?url=https://another.domainname.com
```
## Contributing
1. Fork it ()
2. Create your feature branch (`git checkout -b my-new-feature`)
3. Commit your changes (`git commit -am 'Add some feature'`)
4. Push to the branch (`git push origin my-new-feature`)
5. Create a new Pull Request