Skip to content

Latest commit

 

History

History
37 lines (24 loc) · 1.11 KB

README.md

File metadata and controls

37 lines (24 loc) · 1.11 KB

nba-daily

NodeJS CLI for getting the latest NBA games scores

nba-daily

Usage

npx nba-daily
// OR
npm install -g nba-daily
nba-daily

Options

--date

you could specify the date you want to get the scores for. The date should be in the format of DD/MM/YYYY.

Related

  • jsdom - JavaScript implementation of HTML and the DOM.
  • node-fetch - window.fetch for Node.js.
  • chalk - Terminal string styling done right.
  • cfonts - Sexy ASCII fonts for the console.
  • cli-table3 - Pretty unicode tables.
  • yargs - Command-line parser that automatically generates an elegant user-interface.

Games Data

  • basketball-reference - Basketball Stats and History Statistics, scores, and history for the NBA, ABA, WNBA, and top European competition.