Skip to content

Build a CLI (command line interface) for a cryptocurrency price app.

Notifications You must be signed in to change notification settings

Belchenkov/node-crypto-price-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coin Dex CLI

Build a CLI (command line interface) for a cryptocurrency price app. Use Commander.js, Inquirer, configstore and some other modules. Register an API key at https://nomics.com

Usage

npm install

npm link

Commands

# Help & Commands
coindex-cli -h

# Version
coindex-cli -V

# API Key Commands
coindex-cli key set
coindex-cli key show
coindex-cli key remove

# Crypto Check Commands
coindex-cli check price

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

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

# Example:
coindex-cli check price --coin=BTC,ETH,XRP,LTC,EOS,XMR,ADA,DASH,ZEC,BCH,XLM,NEO,XEM,BAT,QTUM,ZRX,OMG  --cur=USD

About

Build a CLI (command line interface) for a cryptocurrency price app.

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published