https://github.com/chasestarr/nba-stats
Simple Node.js module for the NBA stats API - http://stats.nba.com.
https://github.com/chasestarr/nba-stats
Last synced: 4 months ago
JSON representation
Simple Node.js module for the NBA stats API - http://stats.nba.com.
- Host: GitHub
- URL: https://github.com/chasestarr/nba-stats
- Owner: chasestarr
- Created: 2016-07-17T18:40:03.000Z (almost 9 years ago)
- Default Branch: master
- Last Pushed: 2016-08-10T01:52:13.000Z (almost 9 years ago)
- Last Synced: 2025-02-13T22:51:21.967Z (4 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.47 MB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
#nba-stats
Simple Node.js wrapper for the [NBA Stats API](http://stats.nba.com/).
```javascript
npm install nba-stats
```This module is a work in progress. Only has partial endpoint coverage (mostly box scores right now).