You can start up a local webserver by using python's simple server:
bundle install
python2 -m SimpleHTTTPServer 3000
bundle install
python3 -m http.server 3000
Go to http://0.0.0.0:3000/
Script to pull song data can be found in @tools/@ directory
You can start up a local webserver by using python's simple server:
bundle install
python2 -m SimpleHTTTPServer 3000
bundle install
python3 -m http.server 3000
Go to http://0.0.0.0:3000/
Script to pull song data can be found in @tools/@ directory