Name | Modified | Size | Downloads / Week |
---|---|---|---|
Parent folder | |||
README.md | 2016-11-02 | 585 Bytes | |
v0.3.2 source code.tar.gz | 2016-11-02 | 19.3 kB | |
v0.3.2 source code.zip | 2016-11-02 | 33.0 kB | |
Totals: 3 Items | 52.9 kB | 0 |
Breaking changes
- Deprecate nba.data.currentScoreboard
(endpoint seems to always return []
). Use nba.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 https://github.com/kshvmdn/nba.js/commit/88c7d76e2b3958a49511cb02ea5358eafe29003a)
- gameDate
-> date
- seasonScheduleYear
-> year
- teamUrlCode
-> teamName
- periodNum
-> period