coindex-cli-v2
v2.0.1
Published
Due to sunsetting of the nomics api and Inquirer.js moving from Commonjs to ES6 modules
Downloads
6
Readme
Coindex CLI V2
Due to sunsetting of the nomics api and Inquirer.js moving from Commonjs to ES6 modules
This is an updated version of Brad Travesty's Command line interface written in Node.js to check cryptocurrency prices
Original CLI github: https://github.com/bradtraversy/coindex-cli
Register a demo API key at https://coingecko.com
Usage
npm install
npm link (if on a mac use sudo)Commands
# Help & Commands
coindex -h
# Version
coindex -V
# API Key Commands
coindex key set
coindex key show
coindex key remove
# Crypto Check Commands
coindex check price
# Check Specific Coins (default: bitcoin,ethereum,tether)
coindex check --coin=bitcoin,ethereum
# Choose Currency (Default: USD)
coindex check --cur=EURVersion
2.0.0
License
MIT
