8000 GitHub - aj-may/run-at: human-readable setTimeout wrapper
[go: up one dir, main page]
More Web Proxy on the site http://driver.im/
Skip to content

aj-may/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

About

human-readable setTimeout wrapper

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • JavaScript 100.0%
0