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)