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

https://github.com/yelper/nba-age

Visualizations of players' ages in the NBA
https://github.com/yelper/nba-age

data-visualization nba-visualization visualizations

Last synced: 4 months ago
JSON representation

Visualizations of players' ages in the NBA

Awesome Lists containing this project

README

        

# nba-age
A data visualization of the distribution of the ages of NBA players by team.

Done for fun to try out a beeswarm plot with D3 v4. The site is live online at .

[![A screenshot of the NBA age distribution visualization](https://raw.githubusercontent.com/yelper/nba-age/master/img/summary.png)](https://yelper.github.io/nba-age/)

### Installation

To build the code, type `tsc` in console within this directory. If you do not have TypeScript installed on your computer, install [Node.js](https://nodejs.org/en/download/), then type `npm install -g typescript` from a console.

If you want D3 typings for the TypeScript code, type `npm install @types/d3` and restart your IDE.

### License

This project is under the MIT license. In addition to citing it in your own work, I would appreciate a [shoutout](http://twitter.com/yelperalp)!