#Heroku Clock Example in Javascript An example of a clock process for heroku in javascript for use with node.

##Testing Locally

  1. git clone https://github.com/johnhenry/example-heroku-clock-js.git
  2. cd example-heroku-clock-js
  3. npm install
  4. 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.