Skip to content

surumen/pop-songs-network

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

17 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Music Network Visualization

Running

You can start up a local webserver by using python's simple server:

Python2

bundle install
python2 -m SimpleHTTTPServer 3000

Python3

bundle install
python3 -m http.server 3000

Go to http://0.0.0.0:3000/

Song Data

Script to pull song data can be found in @tools/@ directory

About

D3 visualization of similarities between popular songs in three major streaming platforms

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published