kshvmdn / nba.js

Node.js library for NBA stats
http://npmjs.com/package/nba.js
MIT License
357 stars 47 forks source link

Use superagent to make requests #15

Closed kashav closed 6 years ago

kashav commented 7 years ago

I think we can refactor how requests are made (data, stats) to provide browser support for this package. It looks like superagent supports both browserify and webpack, which'll allow us to bundle this into a browser library (please correct me if I'm mistaken, or if this is possible with got as well).

Will look into this a bit more and see what can be done.