cryptodex

1.0.1 • Public • Published

Cryptodex

A CLI based application built with Typescript to check the pricing of crypto coins.

Installation

Using npm

  $ npm i cryptodex -g

Using yarn

  $ yarn add cryptodex -g

Manual

  $ git clone https://github.com/surajkarki66/cryptodex.git
  $ yarn run build
  $ yarn run local

Usage

  $ cryptodex [Commands] [Options]

Options

-h, --help
Display help

-v
Display version

Help

  $ cryptodex --help

Examples

Below are some examples of cryptodex usage.

  • Set API Key:
  $ cryptodex key set

API Key is set

  • Show API Key
  $ cryptodex key show

Current API Key: a14e9088578e1e1asdkflsakfdlks

  • Check bitcoin price in USD
  $ cryptodex check price --coin=BTC --cur=USD

All done check current rates! Coin: Bitcoin (BTC) | Price: £33,387.33 | Market CAP: £628,138,448,887.00 | Rank: 1

Package Sidebar

Install

npm i cryptodex

Weekly Downloads

1

Version

1.0.1

License

GPL-3.0

Unpacked Size

50.1 kB

Total Files

43

Last publish

Collaborators

  • surajkarki