hltv-match:解析HLTV匹配页面

时间:2021-07-08 16:41:56
【文件属性】:
文件名称:hltv-match:解析HLTV匹配页面
文件大小:3KB
文件格式:ZIP
更新时间:2021-07-08 16:41:56
JavaScript hltv匹配 解析 HLTV 匹配页面。 例子 var hltvMatch = require ( 'hltv-match' ) ; var url = 'http://www.hltv.org/?pageid=188&matchid=18745&eventid=0&gameid=2' ; hltvMatch ( url , function ( error , data ) { if ( error ) { throw error ; } console . log ( data ) ; // => { // => map: 'mirage', // => event: 'ESEA Invite Season 17 Global Finals', // => homeScore: 16, // => awayScore: 12,
【文件预览】:
hltv-match-master
----index.js(1KB)
----package.json(620B)
----test()
--------index.js(596B)
----.gitignore(26B)
----README.md(818B)
----.gitattributes(11B)
----LICENSE.txt(1KB)

网友评论