surumen / pop-songs-network

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:Ruby 40.8%Language:CoffeeScript 32.5%Language:CSS 14.0%Language:HTML 7.8%Language:JavaScript 4.4%Language:Python 0.5%