website to json:使用jQuery选择器将网站转换为json 源码
网站到json转换器(wtj) 该工具通过jQuery选择器将每个网站转换为可理解的JSON。 安装 $ npm install website-to-json --save 入门 例子 堆栈溢出 var wtj = require ( 'website-to-json' ) wtj . extractData ( 'http://stackoverflow.com/questions/3207418/crawler-vs-scraper' , { fields : [ 'data' ] , parse : function ( $ ) { return { ti
文件列表
website-to-json-master.zip
(预估有个14文件)
website-to-json-master
src
html-to-data.js
4KB
test.js
154B
LICENSE
1KB
README.md
2KB
docs
NIGHTMARE.md
991B
tests
indexSpec.js
2KB
暂无评论