Livestamp.js, a simple, unobtrusive jQuery plugin that provides auto-updating timeago text to your timestamped HTML elements using Moment.js, packaged for Meteor.
meteor add copleykj:livestamp
A template helper is included to compensate for the initial delay when using livestamp alone.
<p>{{livestamp date}}</p>
You can also use plain html with the data-livestamp attribute as per livestamp documentation.
<span data-livestamp="2013-12-24T08:14:42.345Z"></span>