A command line interface application to display the price of a specific crypto-currency.
An API key from https://www.coinapi.io/pricing?apikey
Use coindex key set to set the API key
Use coindex key show to see the API key
Use coindex key remove to remove the API key
Use coindex check price --coin BTC --curr INR to check the price of Bitcoin in INR; to check for any other coin use the coin's code in place of BTC
and to change currency use the currency code in place of INR
Please ignore the Experimental Warning which occur due to use of ES-6 module for importing JSON files