An open API service indexing awesome lists of open source software.

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)

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