Skip to content

node-schedule/run-at

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

run-at

NPM

execute function "at" a certain time. merely a human-readable setTimeout wrapper.

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