An open API service indexing awesome lists of open source software.

https://github.com/chagasaway/nba-players-scrapper

🏀 🔎 A basketball-reference.com NBA players data scrapper
https://github.com/chagasaway/nba-players-scrapper

basketball basketball-reference nba nba-stats node scrapper

Last synced: 7 months ago
JSON representation

🏀 🔎 A basketball-reference.com NBA players data scrapper

Awesome Lists containing this project

README

          

[![Build Status](https://travis-ci.org/chagasaway/nba-players-scrapper.svg?branch=master)](https://travis-ci.org/chagasaway/nba-players-scrapper)
[![Code Climate](https://codeclimate.com/github/chagasaway/nba-players-scrapper/badges/gpa.svg)](https://codeclimate.com/github/chagasaway/nba-players-scrapper)
[![Test Coverage](https://codeclimate.com/github/chagasaway/nba-players-scrapper/badges/coverage.svg)](https://codeclimate.com/github/chagasaway/nba-players-scrapper)
[![Issue Count](https://codeclimate.com/github/chagasaway/nba-players-scrapper/badges/issue_count.svg)](https://codeclimate.com/github/chagasaway/nba-players-scrapper)
[![JavaScript Style Guide](https://img.shields.io/badge/code_style-standard-brightgreen.svg)](https://standardjs.com)

![NBA Players Scrapper Logo](https://image.ibb.co/h11Tja/nba_players_scrapper.png)

> A basketball-reference.com data scrapper

# NBA Players Scrapper

This project is focused on fetching NBA players stats (by year) from [basketball-reference.com](http://www.basketball-reference.com/) to use on machine learning models.

# Setup & Run

```sh
npm install && node index.js
```

## Credits

```
Icons made by [Freepik](http://www.freepik.com)
```

## License

```
The MIT License ([MIT](https://opensource.org/licenses/MIT))
Copyright (c) 2017 Fellipe Chagas
```