Skip to content

Latest commit

 

History

History
11 lines (6 loc) · 270 Bytes

README.md

File metadata and controls

11 lines (6 loc) · 270 Bytes

ever-ping

Repeatedly hits a given URL at a set interval.

Usage

Use it like this:

EverPinger.Start("http://codersblock.com/ping", 60000);

That's really all there is to it. Useful if you want to mimic repeated hits or to keep poking something to keep it alive.