1.0.5 • Published 8 years ago

web-reptile v1.0.5

Weekly downloads
2
License
ISC
Repository
-
Last release
8 years ago

爬虫功能模块合集

bin/index 入口

example

npm i web-reptile

//test.js

var phantom = require('web-reptile')

var process = phantom('pageCapture',['http://www.baidu.com'])

process.onSuccess((imgPath)=>{
  console.log(imgPath)
})

License

GPL