Charts and Tools for doing Technical Analysis on Stocks.
Flotcharts is used for presentation together with twitter bootstrap and knockoutjs + more.
Take a look at the demo at http://andidev.github.io/tafordummies
###Requirements
- Node.js
###Getting started
Install the node packages
npm install
Install the bower dependencies
bower install
Run it with grunt
grunt serve
Building and pushing commits to github and deploying demo to gh pages
grunt deploy