wallstreet

2.0.5 • Public • Published

wallstreet

Stock quotes and charts for the terminal

npm License: MIT License: MIT Build Status Issue Count

image

Usage

# install
npm install wallstreet -g

# (alternative) install with yarn
yarn global add wallstreet

# (alternative) run without install
npx wallstreet

# run default
wallstreet

# run with options
wallstreet --zebra
wallstreet --chart MSFT --range 8h

Options

Usage: wallstreet [options]

Options:
  -c , --chart <string>  chart for stock symbol e.g. MSFT
  -r , --range <string>  1m 5m 10m 15m 20m 30m 40m 50m 1h 2h 3h 4h 8h 1d 2d 5d 1mo 1y 5y 10y
  -h , --height <int>    Height of the chart
  -z , --zebra           Visual even-odd zebra-striped table mode
  -w , --width <int>     Width of the chart
  -h, --help             output usage information

Config

The list of stocks can be configured via the wallstreet.json file.

cat $HOME/.config/configstore/wallstreet.json

{
    stocks": [
        "AAPL",
        "MSFT",
        "GOOGL",
        "INTC",
        "AMD",
        "PEP",
        "MU",
        "TSLA",
        "NFLX",
        "DIS",
        "AMZN",
        "SBUX",
        "FB",
        "BRK.B",
        "BABA",
        "V",
        "QQQ",
        "SPY"
}

image

Readme

Keywords

none

Package Sidebar

Install

npm i wallstreet

Weekly Downloads

26

Version

2.0.5

License

ISC

Unpacked Size

591 kB

Total Files

29

Last publish

Collaborators

  • madnight