CryptoLI is a command-line interface to check the prices and volume of cryptocurrencies.
Register free API at https://nomics.com/
Clone or download project.
Run following commands in the directory to setup project
npm install
npm link
# 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
# Check Specific Coins (default: BTN,ETH,XRP)
cryptoli check --coin=BTC,ETH
# Choose Currency (Default: USD)
cryptoli check --cur=EUR