wallstreet
v2.0.5
Published
Stock quotes and charts for the terminal
Downloads
84
Readme
wallstreet
Stock quotes and charts for the terminal
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"
}