bttmly / nba

Node.js client for nba.com API endpoints

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Failed to minify the code

mattphoto opened this issue · comments

using create-react-app

npm run build

Failed to minify the code from this file: 

 	./node_modules/nba/src/get-json.js:24 

Read more here: http://bit.ly/2tRViJ9

npm ERR! code ELIFECYCLE

the app still able to deploy. Feel free to close this if it's not something obvious.

It seems like this client is getting more difficult to use on the client-side as most of the new endpoints seem to not support CORS requests or JSONP. What endpoints are you currently able to use?

I just using the standings endpoint NBA.stats.leagueStandings() currently. http://bballstandings.com/ Plan to add boxscore visualization in the future. suggestions/advice appreciated.

due to CORS restrictions imposed by nba.com this library doesn't really function in the browser anymore. It needs to be used on the server with Node.js, or used to write scripts to pull statistics and populate a database