Skip to content

Latest commit

 

History

History
22 lines (17 loc) · 423 Bytes

README.md

File metadata and controls

22 lines (17 loc) · 423 Bytes

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)