pnctrade
v1.0.1
Published
Trade ticker
Downloads
0
Readme
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