1.0.6 • Published 10 years ago

settheinterval v1.0.6

Weekly downloads
36
License
MIT
Repository
github
Last release
10 years ago

setTheInterval v1.0.6 Build Status

starts function running automatically with setInterval (first npm package)

Installation

npm install settheinterval

Usage

var sti = require('settheinterval');

// a simple test function
function log(){
  console.log("hello world");
}

// call the log() function once every second (once ea. 1000 ms.)
sti.perform(log,1000);

Credit

All credit for this package goes to Evan Hahn, this package is simply the result of following his tutorial. None of this code is original. I simply changed the package name from the one in the tutorial and changed the file structure a little bit, that's it.

Evan Hahn's setInterval tutorial

1.0.6

10 years ago

1.0.5

10 years ago

1.0.4

10 years ago

1.0.3

10 years ago

1.0.2

10 years ago

1.0.1

10 years ago

1.0.0

10 years ago

0.1.9

10 years ago

0.1.8

10 years ago

0.1.7

10 years ago

0.1.6

10 years ago

0.1.5

10 years ago

0.1.4

10 years ago

0.1.3

10 years ago

0.1.2

10 years ago

0.1.1

10 years ago

0.1.0

10 years ago