Skip to content

Latest commit

 

History

History
39 lines (25 loc) · 1.09 KB

README.md

File metadata and controls

39 lines (25 loc) · 1.09 KB

stock-ticker

The Stock Ticker Console Program is a versatile and user-friendly command-line tool designed to provide real-time financial information. This application allows you to monitor and track the latest stock market data for your favorite companies, helping you make informed investment decisions.

NPM

Screenshots:

screenshot-1

screenshot-2

To install:

(It is recommended to install npm and Node.js with NVM)

npm install @barrymun/stock-ticker -g

To run:

sticker -s GOOG META MSFT

Help

sticker -h

TODO

  • Add app screenshots
  • Handle terminal resizing (handled by blessed lib)
  • Support for futures and ETFs
  • Add a loading bar to show when the next request will be made
  • Allow the user to specify if the stocks displayed should be listed in alphabetical order or in the order they were specified in the sticker command