heroku_capulus
A cli tool to make request to heroku or any server in an interval.
Usage
Copy .env.example
to .env
and customize it. You can customize interval like “1m” for 1 minute, “1s” for 1 second, or “1h10m1s” for 1 hour 10 minutes and 1 second.
Install dependencies:
$ go get
Run:
$ go run .
Build:
$ go build