a d3.js based interactive visualization for "album of the day" selections
basically an improved version of aotd-graph
-
Clone this repository
$ git clone https://github.com/thomasgilgenast/aotd-graph-d3 $ cd aotd-graph-v3
-
Prepare a Python 3.5 virtualenv
$ virtualenv venv $ source venv/bin/activate
-
Install Python dependencies
$ pip install -r requirements.txt
-
Scrape AOTD data from Google Docs and graph data from YouTube
$ python scrape.py
-
Load
index.html
in a development webserver (must servegraph.json
)