Skip to content

AnSavvides/nba.stats

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

NBA Stats

Ever wondered what the most popular names of NBA players are?

Name Stats

Name Stats

Installation & running this yourself

After you have cloned this repo you can:

cd nba.stats
npm install
grunt build
python -m SimpleHTTPServer 8822

Navigate to http://localhost:8822/nba.html.

Note - if you want to make changes to the code and see them in action, instead of having to do grunt build over and over again every time you change the code, just do grunt watch which will listen to changes to any JavaScript files under the src directory & do a build automatically.

About

Visualising NBA data

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published