热点解析器
基于节点的风暴英雄解析器。
设置
来自 npm
npm add hots-parser
从存储库
git clone
cd hots-parser
npm install
更新解析器
hots-parser依赖于来访问 StormReplay 文件。 这些文件直接从暴雪存储库中。 如果你在服务器上运行它,你需要监控暴雪存储库并运行node node_modules/heroprotocol/postinstall.js以保持解析器是最新的。
请注意,如果我没有亲自验证新构建是否与解析器一起正常工作,则hots-parser将抛出unverifiedBuild错误。 您还必须监视此模块的更新以保持所有内容更新。 为了安全起见,最好在更新此模块后运行postinstall.js 。
用法
const Parser = require('hots-parser')
进程重放
1