💬 Have a Question or Need Help?
We’d love to hear from you!
👉 Join the Community DiscussionsAsk questions, get support, or share your ideas with others.
Let’s build something great together! 🚀
Go Library for Counter API.
- Go installed.
- Postgresql database.
Free counter API for your static website or application.
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
- 100% test coverage.
- Better covering for other features.