node-timeago icon indicating copy to clipboard operation
node-timeago copied to clipboard

:clock9: Humanized time for node apps

Results 4 node-timeago issues
Sort by recently updated
recently updated
newest added

$.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()`...