Simple app to keep heroku server from going idle.
Rock and roll using these steps:
- Create a new Heroku app.
- Add your new Heroku app's URL to config.json (pingServerUrl)
- Add the urls you want to ping to config.json (urlsToPing)
- Add your newly created Heroku repo to this git repo's remote using (git remote add heroku "git@heroku.com:my-new-heroku-repo.git").
- "git push heroku" to deploy your Heroku app and start keeping your apps alive :)