Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 360 Bytes

README.md

File metadata and controls

24 lines (16 loc) · 360 Bytes

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