# pnctrade

> Trade ticker

Latest version **1.0.1** (published 2021-02-04) · GPL-3.0 license · 0 weekly downloads

## Install

```sh
npm install pnctrade
pnpm add pnctrade
yarn add pnctrade
bun add pnctrade
```

## Health

**Score 15/100 (F)** — status: abandoned.

Positive: no vulnerabilities.

Warnings: low downloads; no types; no esm support.

Negative: abandoned; low maintenance score.

## Facts

| | |
|---|---|
| Version | 1.0.1 |
| Published | 2021-02-04 |
| First published | 2021-02-03 |
| Weekly downloads | 0 |
| License | GPL-3.0 |
| TypeScript types | none |
| Module format | CommonJS |
| Dependencies | 1 |
| Unpacked size | 35.5 KB |
| Known vulnerabilities | 0 (+23 in 1 direct dependencies) |
| Install scripts | no |
| Author | purencool |
| Maintainers | purencool |
| Keywords | trade |

## Links

- npm: https://www.npmjs.com/package/pnctrade
- Repository: https://github.com/purencool/pnctrade
- Homepage: https://github.com/purencool/pnctrade#readme
- Issues: https://github.com/purencool/pnctrade/issues
- npm.io page: https://npm.io/package/pnctrade

## Dependencies (1)

- [axios](https://npm.io/package/axios.md) ^0.21.1

## Recent versions

- 1.0.1 (latest) — 2021-02-04
- 1.0.0 — 2021-02-03

## README

# Pnc Trade

A terminal app to view stock prices.

## Installation

Once installed you can run the following commands:

```bash
# 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`

---
_Source: https://npm.io/package/pnctrade · Machine-readable twin of the npm.io package page. Health data is recomputed on every publish._
