Skip to content

Latest commit

 

History

History
38 lines (26 loc) · 784 Bytes

README.md

File metadata and controls

38 lines (26 loc) · 784 Bytes

stock-cli

stockcli

stock-cli is a command line HTTP client, which can be used to pull various information about stocks

Installation

First clone or download the repository.

git clone https://github.com/sushii2/cli-nodejs-stocks

Use the package manager npm to install stock-cli.

npm install -g cli-nodejs-stocks

Usage

#for help and all commands.
stock --help

stock [command] <options>
eg. stock quote --symbol "AAPL"
or
stock -s quote "AAPL"

Contributing

Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.

Please make sure to update tests as appropriate.

License

MIT