igather

1.0.10 • Public • Published

iGather

nodejs采集集成命令

使用方法:

// html格式文本 自动转化成jquery对象,使用方法同jquery
var gather = require('igather').html("http://baidu.com", function(err, $) {
    // code...
});
// json格式文本 自动转化成json格式数据
var gather = require('igather').json("http://baidu.com", function(err, json) {
    // code...
});

Readme

Keywords

none

Package Sidebar

Install

npm i igather

Weekly Downloads

12

Version

1.0.10

License

none

Last publish

Collaborators

  • ireoo