项目作者: surumen

项目描述 :
D3 visualization of similarities between popular songs in three major streaming platforms
高级语言: Ruby
项目地址: git://github.com/surumen/pop-songs-network.git
创建时间: 2018-10-18T01:04:34Z
项目社区:https://github.com/surumen/pop-songs-network

开源协议:MIT License

下载


Music Network Visualization

Running

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

Python2

  1. bundle install
  2. python2 -m SimpleHTTTPServer 3000

Python3

  1. bundle install
  2. 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