/shotChart

This is a new repository for the NBA Shot Chart as I am pushing it to heroku and need a new git repo for it.

Primary LanguageHTMLOtherNOASSERTION

shotChart

  • stats.nba.com has stopped hosted api calls to their website (which sucks becuase I had this working for a month)

but it does work locally here are instruction to get this working locally

  1. install node you can do that by going here https://nodejs.org/en/download/

  2. make sure you have git installed I assume you will becuase this is github (if not here is some help https://git-scm.com/book/en/v2/Getting-Started-Installing-Git)

  3. clone the repo: git clone https://github.com/nharrisanalyst/shotChart.git

  4. cd into the repo: cd shotChart

  5. install dependencies: npm install

  6. start the app with node: node nodeServer.js

  7. open your browser to http://localhost:8125/

alt text