/d3-yql-angular

Angular app using d3.js and Yahoo Finance Api for displaing stock charts

Primary LanguageJavaScript

Simple Angular app using d3.js and Yahoo Finance Api for displaing stock charts

See DEMO

How to run locally:

  1. clone the project
  2. run npm start
  3. navigate to 'localhost/8080'
  4. start developing with ES6 (javascript 2015)

bundle for deploy

  • run npm run bundle to package code for deploy
  • find it in the dist folder