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: 28 days 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 (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-10-10T12:47:00.000Z (7 months ago)
- Last Synced: 2025-04-15T02:13:30.210Z (28 days 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