文件名称:nfl-nerd:用于获取历史或实时游戏的API。 为NFL球员道具投注而创建
文件大小:414KB
文件格式:ZIP
更新时间:2024-06-14 06:24:38
JavaScript
nfl书呆子 这个项目: 从ESPN获取api数据 一剧一剧 共识 2小时 获胜概率 创建一个Markdown文件以比较团队 更新网页以进行数据透视 命令行界面 # Create markdown with stats bin/stats-md --teams WSH PHI # Update and commit roster changes ./data/roster bin/roster # Create csv with all play by plays bin/plays bin/plays --season 2019
【文件预览】:
nfl-nerd-master
----config.js(250B)
----bin()
--------roster(282B)
--------game(467B)
--------stats-md(48B)
--------plays(58B)
----index.js(352B)
----package.json(871B)
----readme.md(407B)
----data()
--------events.js(28KB)
--------seasons.js(2KB)
--------positions.js(3KB)
--------roster.js(180KB)
----test()
--------file.js(661B)
----nflnerd.js(1KB)
----src()
--------connection.js(1KB)
--------utils.js(7KB)
--------templates()
--------api.js(5KB)
--------teams.js(1KB)
--------request.js(2KB)
--------getters()
--------helpers()
----public()
--------index.html(640B)
--------lib()
----scripts()
--------create-plays.js(986B)
--------create-stats-md.js(7KB)
--------update-events.js(321B)
--------update-roster.js(1KB)