#Visualizing Data with D3.js Stock Prediction Challenge by @Sirajology on Youtube.
##Overview
This is the code for the "Data Visualization with D3.js" live stream by @Sirajology on YouTube. The code uses the d3.js library as well as the Dimple wrapper around it to visualize the Titanic Survivor Dataset using both a bar chart and a pie chart. This runs as a node web app.
##Dependencies
Install missing dependencies using npm. Just run the following once you've downloaded this repo.
npm install
##Demo Usage
Once you have your dependencies installed via npm, run the demo script in terminal via
node app.js
Go to localhost:5000 to view all the charts in your browser! That's it.
##Credits
Code inspired by BabuBahir I've modified it for the live stream