/Coindex

Crypto Currency price fetch in CLI

Primary LanguageJavaScript

Coindex

Crypto Currency Price Fetch in CLI

A command line interface application to display the price of a specific crypto-currency.


Prerequisites

An API key from https://www.coinapi.io/pricing?apikey


Setting an API key

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


Checking the price of a crypto coin

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

Screenshot (21) Please ignore the Experimental Warning which occur due to use of ES-6 module for importing JSON files