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

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

Awesome Lists containing this project

README

          

# Counter API



logo


Check
Coverall
Report
Doc
License

> πŸ’¬ **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)