#StockApp
*StockApp is a a Node.js app for users to visualize stock data
*It uses the Yahoo Finance API for stock data, gridster for managing the widgets on a grid, and flot for the price graph.
- If you would like to run StockApp locally, just clone this repo:
git clone https://github.com/stevenmiller888/StockApp.git
- Change your directory to StockApp and install required modules
cd StockApp && npm install
- Start the server!
npm start
- Point your browser to http://localhost:3000/ and have fun!
