Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/rjz/pingo
Last synced: 17 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/rjz/pingo
- Owner: rjz
- Created: 2015-04-14T02:22:11.000Z (over 9 years ago)
- Default Branch: master
- Last Pushed: 2015-04-29T04:28:41.000Z (over 9 years ago)
- Last Synced: 2024-10-22T12:07:32.402Z (2 months ago)
- Language: Go
- Size: 145 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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