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

https://github.com/bpazy/ping

ping! pong~
https://github.com/bpazy/ping

Last synced: 3 months ago
JSON representation

ping! pong~

Awesome Lists containing this project

README

        

# ping
[![Build](https://github.com/Bpazy/ping/workflows/Build/badge.svg)](https://github.com/Bpazy/ping/actions/workflows/build.yml)
[![Docker](https://github.com/Bpazy/ping/actions/workflows/docker-publish.yml/badge.svg)](https://github.com/Bpazy/ping/actions/workflows/docker-publish.yml)

If you type the following code:
```shell
curl http://localhost:8080/ping
```
The response you will get:
```json
{
"addr": [
"192.168.31.10",
"192.168.194.10"
],
"message": "pong"
}
```