example-heroku-clock-js
example-heroku-clock-js copied to clipboard
#Heroku Clock Example in Javascript An example of a clock process for heroku in javascript for use with node.
##Testing Locally
git clone https://github.com/johnhenry/example-heroku-clock-js.gitcd example-heroku-clock-jsnpm installforeman start(you need the heroku toolbelt installed, btw)
###Notes on Cron Be sure to check out the cron project page for details on how to use it for scheduling.