timeago_ch

0.2.1 • Public • Published

timeago

A wrapper for Ryan McGeary's jQuery plugin.

timeago

#install

npm install timeago

#usage

var timeago = require('timeago');

var pretty = timeago(+new Date());

console.log(pretty); // just now

You can also use it in Express app templates:

var app = express.createServer();

app.helpers({
  timeago: require('timeago')
});
<div class="timeago"><%- timeago(widget.created) %></div>

Readme

Keywords

none

Package Sidebar

Install

npm i timeago_ch

Weekly Downloads

1

Version

0.2.1

License

none

Last publish

Collaborators

  • xiaolong