1.0.1 • Published 3 years ago

pnctrade v1.0.1

Weekly downloads
7
License
GPL-3.0
Repository
github
Last release
3 years ago

Pnc Trade

A terminal app to view stock prices.

Installation

Once installed you can run the following commands:

# show top 20 stocks
pnctrade

# query single asx stock
pnctrade -c cba

# query multiple asx stocks
pnctrade -c cba,rea,apt

Test Installatiom

Switch into the directory:

cd test

Create your test script index.js:

var trade  = require('pnctrade')
trade.printMsg();

Create the test node project:

npm init

Install your created module:

npm install pnctrade

Execute the test script:

node index.js

1.0.1

3 years ago

1.0.0

3 years ago