wikiparser:维基百科信息框解析器
解析器node.js中用于维基百科降价文本的简单解析器。特别是,此解析器仅适用于Infobox。安装npm install测试npm test用法var parseWiki = require ( 'wiki-infobox-parser' ) ; parseWiki ( 'france' , function ( err , result ) { tif ( err ) { console . error ( err ) ; } console . log ( result ) ; } ) ;结果conventional_long_name : French Republic common_name : France image_flag : Flag of France.svg image_coat : Armoiries république fr
wikiparser-master.zip
预估大小:7个文件
wikiparser-master
文件夹
.gitignore
24B
package.json
835B
Makefile
94B
LICENSE
1KB
index.js
6KB
README.md
1KB
test
文件夹
wikitest.js
2KB
4.95KB
文件大小:
评论区