rjz / pingo

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About


Languages

Language:Go 63.0%Language:JavaScript 19.5%Language:HTML 10.2%Language:CSS 6.6%Language:Makefile 0.7%