a method to format the span between a time and now
npm install time-format
A simple method to format the difference between two timestamps.
For more complex cases and flexibility use libraries like Moment.js.
$ npm install time-format
require('time-format').span(date, now = new Date())