https://github.com/counterapi/api
Counter Go application
https://github.com/counterapi/api
api count counter go
Last synced: 2 months ago
JSON representation
Counter Go application
- Host: GitHub
- URL: https://github.com/counterapi/api
- Owner: counterapi
- License: apache-2.0
- Created: 2021-03-26T10:27:36.000Z (about 5 years ago)
- Default Branch: main
- Last Pushed: 2026-01-12T02:06:54.000Z (5 months ago)
- Last Synced: 2026-01-12T06:58:30.916Z (5 months ago)
- Topics: api, count, counter, go
- Language: Go
- Homepage: https://counterapi.dev
- Size: 9.94 MB
- Stars: 13
- Watchers: 2
- Forks: 0
- Open Issues: 18
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Counter API
> π¬ **Have a Question or Need Help?**
> Weβd love to hear from you!
> π [Join the Community Discussions](https://community.counterapi.dev)
>
> Ask questions, get support, or share your ideas with others.
> Letβs build something great together! π
Go Library for Counter API.
## Requirements
* Go installed.
* Postgresql database.
## What does it do?
Free counter API for your static website or application.
## How to use it
### Local Development
```shell
docker run -ti \
--network host \
-e POSTGRES_HOST=localhost \
-e POSTGRES_PORT=5432 \
-e POSTGRES_USER=postgres \
-e POSTGRES_DB=counter_api \
-e POSTGRES_PASSWORD=root \
counter
```
## Improvements to be made
* 100% test coverage.
* Better covering for other features.
## License
[MIT](https://github.com/counterapi/api/blob/main/LICENSE)