#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.git
cd example-heroku-clock-js
npm install
foreman 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.