Reactive Date and Timer Functions for Meteor


Summary of my bookmarked Github repositories from Feb 25th, 2015

Github repositories

  • remcoder/chronos

    Chronos is a package for Meteor that provides reactive replacements for JavaScript's Date, Date.now(), and moment.js. It offers several functions like Chronos.date(), Chronos.now(), Chronos.moment(), Chronos.update(), and Chronos.Timer(). These functions enable reactive updates and timers in Meteor applications. The package also includes examples of how to use these functions with Blaze templates and helpers. Chronos 0.5.0 introduced Chronos.now() as a replacement for Date.now(). The package is released under the MIT License.