Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/rjz/pingo


https://github.com/rjz/pingo

Last synced: 17 days ago
JSON representation

Awesome Lists containing this project

README

        

Pingo
====================================

Just-for-fun ping scheduler with a REST-ful frontend.

$ go run main.go

Queue some pings:

$ curl -XPOST http://localhost:30080/tasks \
-d'{"name":"png","type":"ping","data":{"url":"http://localhost:80"}}'

See them queued up:

$ curl http://localhost:30080/tasks

### License

WTFPL