Skip to content

Instantly share code, notes, and snippets.

@cpietsch
cpietsch / spookymultiple.js
Created May 24, 2013 17:58
run spooky.js in a recursive mode multiple times
var Spooky, config, i, run_spooky, scraping, spooky, spooky_is_ready;
Spooky = require('spooky');
config = {
child: {
port: 8081
}
};