Self Hosted • Minimal • Hits Server
→ Register Hits
curl https://domain.name/hit?url=https://another.domainname.com
← Get Back Hits
curl https://domain.name/hits?url=https://another.domainname.com
- Fork it (https://github.com/barelyhuman/hits/fork)
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request