run-at

2.1.0 • Public • Published

run-at

NPM

execute function "at" a certain time.

uses date for human-friendly date parsing.

Installation

npm install run-at

Usage

var at = require('run-at')

Examples

at('5:30 am', fn)
at('2 days from now', fn)
at('noon today', fn)
at('2 pm tuesday', fn)

License

MIT

Package Sidebar

Install

npm i run-at

Weekly Downloads

1

Version

2.1.0

License

MIT

Last publish

Collaborators

  • tejasmanohar