Skip to content

modjs/mod-phantomjs

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

mod-phantomjs

Run script in phantomjs sandbox

Usage

module.exports = {
    plugins: {
        "phantom": "mod-phantomjs"
    },
    tasks: {
        "phantom": {
            script: "./test.js",
            args: "http://www.qq.com"
        }
    }
};

Releases

No releases published

Packages

No packages published