This repository has been archived by the owner on Jun 12, 2021. It is now read-only.
Breaking changes
- Deprecate
nba.data.currentScoreboard
(endpoint seems to always return[]
). Usenba.data.scoreboard
with today's date (you can use(new Date).toISOString().slice(0, 10)
or any third party library to generate this value) for the current scoreboard. - Update
nba.data
method parameter names (see 88c7d76)gameDate
->date
seasonScheduleYear
->year
teamUrlCode
->teamName
periodNum
->period