Create and manage repeating tasks
Getting Started
[sudo] npm install timeouter --save
Examples
//Start a basic repeating logvar func = timeouter //Call another methodvar func = timeouter //Call with a function declarationvar func = timeouter //Stop the repeaterfunc; //Call the repeater method as a one-offfuncmethod; //Get list of all running timerstimeouter;
Usage
var timeouter = ;
Copyright (c) 2015 Arthur Mingard. See LICENSE for further details.