node-timeago
node-timeago copied to clipboard
:clock9: Humanized time for node apps
$.extend is not a function.
`timeago` on npm is the jquery plugin.
Hey, It appears there is no license associated with this, could you add a license file or indicate that the license for the module is MIT or whichever license you...
The README mentions: ``` var timeago = require('timeago'); var pretty = timeago(+new Date()); console.log(pretty); // just now ``` From what I tried: - `timeago(+new Date())` : `undefined`, because `+new Date()`...