This repo is the companion code to my talk Data Visualization with JavaScript without D3.
To run:
-
Install Node.js (> v0.10 should be fine)
-
From the code directory run
npm install
-
Install Beefy
npm install -g beefy
-
Run
beefy index.js
-
Open up your browser to http://localhost:9966
For in-progress code, see branches step1, step2, step3, and step4.
MIT