##API samples This is a collection of samples to get you started on using the StockViz API on Mashape
##Intalling python and git download python 2.7.6 from here on windows, set your PATH environment variable to include: C:\Python27;C:\Python27\Scripts;
download a git client from here clone the StockViz repository: git clone https://github.com/shyams80/StockViz
##Installing dependencies ###Unirest - for network communication pip install unirest
##Note All examples require a Mashape API key. Replace YOUR_MASHAPE_API_KEY with your Mashape API key.