Run bundle install
Run script every 5 seconds to get the live quotes
watch -n 5 -c ticker.rb AAPL,MSFT,FB
[ ] Add options for configuration
[ ] Sort stocks based on change %
[ ] Put stocks in groups. eg. my stocks, watch list
[ ] Create ruby gem
Inspired by https://github.com/pstadler/ticker.sh