https://github.com/prongbang/heroku-self-ping
Keep your Heroku Golang awake
https://github.com/prongbang/heroku-self-ping
Last synced: about 1 month ago
JSON representation
Keep your Heroku Golang awake
- Host: GitHub
- URL: https://github.com/prongbang/heroku-self-ping
- Owner: prongbang
- Created: 2018-12-11T14:37:38.000Z (almost 7 years ago)
- Default Branch: master
- Last Pushed: 2018-12-11T15:24:57.000Z (almost 7 years ago)
- Last Synced: 2025-08-19T17:41:38.547Z (about 2 months ago)
- Language: Go
- Size: 3.91 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Heroku self ping for Golang
## Installation:
```go
go get github.com/prongbang/heroku-self-ping
```## Usage:
```go
import selfping "github.com/prongbang/heroku-self-ping"selfping.HerokuSelfPing("https://{app-name}.herokuapp.com", selfping.Options{
Interval: 20 * 60 * 1000, // 20 Minute
Verbose: true, // Show log
})
```### Reference
- [Heroku self ping for Node.js](https://github.com/Neamar/heroku-self-ping)