Skip to content

Latest commit

 

History

History
48 lines (38 loc) · 1005 Bytes

README.md

File metadata and controls

48 lines (38 loc) · 1005 Bytes

CryptoLI

CryptoLI is a command-line interface to check the prices and volume of cryptocurrencies.

Register free API at https://nomics.com/

Installation

Clone or download project.

Run following commands in the directory to setup project

npm install
npm link

Commands

# Help & Commands
cryptoli -h

# Version
cryptoli -V

# API Key Commands
cryptoli key set
cryptoli key show
cryptoli key remove

# Crypto Check Commands
cryptoli check price
cryptoli check volume
cryptoli check top

Options

# Check Specific Coins (default: BTN,ETH,XRP)
cryptoli check --coin=BTC,ETH

# Choose Currency (Default: USD)
cryptoli check --cur=EUR

Packages used