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

https://github.com/whywaita/waiting-dog


https://github.com/whywaita/waiting-dog

Last synced: about 1 year ago
JSON representation

Awesome Lists containing this project

README

          

# waiting-dog

:dog: waiting your request.

# URL

```
$ curl https://waiting-dog.herokuapp.com/ # health check
{"health": "ok"}

$ curl https://waiting-dog.herokuapp.com/wait/1
# wait 1 second ...
{"message": "bow-wow!"}

$ curl https://waiting-dog.herokuapp.com/wait/100
# wait 100 second ...
{"message": "bow-wow!"}

$ curl https://waiting-dog.herokuapp.com/wait/random
# wait random time (1 - 10 second)
{"message": "bow-wow!"}
```