/tbx_netviz

Primary LanguageJavaScript

Demo for How to build an Interactive Network Visualization

Running

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

python -m SimpleHTTTPServer -p 3000

or thin in ruby

thin start
# might have to run 'bundle install' first

Now go to http://0.0.0.0:3000

Song Data

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