at_scheduler

0.1.0 • Public • Published

Usage:

require('scheduler');
sys = require('sys');
scheduler = new Scheduler();
scheduler.addJob(new Date("October 27, 2011 11:13:00"), function(){
    sys.puts('You will see this message at the specified datetime');
});

Install

From npm: `sudo npm install at_scheduler`

License

This is under a dual license, MIT and GPLv3.

Trademarks?

Node.js is an official trademark of Joyent. This module is not formally related to or endorsed by the official Joyent Node.js open source or commercial project

Dependencies (1)

Dev Dependencies (0)

    Package Sidebar

    Install

    npm i at_scheduler

    Weekly Downloads

    1

    Version

    0.1.0

    License

    none

    Last publish

    Collaborators

    • erubboli