文件名称:HeroesFire-API:风暴英雄英雄火焰 API
文件大小:3KB
文件格式:ZIP
更新时间:2024-06-25 09:42:18
JavaScript
英雄之火API Heroes Fire 的节点网络服务 通过 package.json 安装 npm install 获取英雄列表(当时是硬编码的) navigate to http://localhost:8081/ 要获取个人英雄 json 信息,请点击以下 URL navigate to http://localhost:8081/{heroName} 所需的包 表示 要求 汤选择 html解析器 示例 json 英雄输出 { "name": "Abathur", "role": "Melee Specialist", "franchise": "Starcraft", "price": { "usd": 9.99, "gold": "10k" }, "stats": [ { "type": "health",
【文件预览】:
HeroesFire-API-master
----package.json(333B)
----heroesFireApi.js(8KB)
----.gitignore(13B)
----README.md(1KB)