fetchstock

Simple tool to fetch stock quotes so you know where your monies at!

git clone https://github.com/Tkwon123/fetchstock.git
cd fetchstock
bundle install
ruby fetchstock.rb

OR

git clone https://github.com/Tkwon123/fetchstock.git
cd fetchstock
gem install stock_quote
ruby fetchstock.rb

Leverages the Yahoo Finance API via the stock_quote gem (https://github.com/tyrauber/stock_quote)