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
- Host: GitHub
- URL: https://github.com/yelper/nba-age
- Owner: yelper
- License: mit
- Created: 2017-01-27T18:25:27.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2017-12-31T02:50:28.000Z (over 7 years ago)
- Last Synced: 2025-01-07T23:36:30.594Z (5 months ago)
- Topics: data-visualization, nba-visualization, visualizations
- Language: TypeScript
- Homepage: https://yelper.github.io/nba-age/
- Size: 407 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 .
[](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)!