Skip to content

Latest commit

 

History

History
24 lines (12 loc) · 374 Bytes

File metadata and controls

24 lines (12 loc) · 374 Bytes

Simple stock ticker Script

Installation

Run bundle install

Usage

Run script every 5 seconds to get the live quotes

watch -n 5 -c ticker.rb AAPL,MSFT,FB

TODO

[ ] 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