Nba.js Versions Save

Node.js library for NBA stats

v0.3.2

7 years ago

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

v0.3.0

7 years ago

Add data submodule with data.nba.net endpoints.

v0.0.2

7 years ago

Command line functionality:

  • Access list of scores for provided date (defaults to today, accepts keywords today, tomorrow, yesterday
  • Access standings for current season