This repository implements a visualization of stock prices using D3.js. You can run the visualization by executing the following commands:
git clone https://github.com/jackswiggett/TimeSearcher.git
cd TimeSearcher
python -m SimpleHTTPServer 8000
Then visit http://localhost:8000/index.html
in your browser.
TimeSearcher was built as a project for CS 448B at Stanford University.