coindexi v1.0.3
How to Start ?
Create a folder where ever you want
Now go to that folder and run this command
npm init -y
Then Type in command prompt
npm i coindexi -g
Then type
npm link
Then
coindexi
You will get bunch of instructions to go forward. To check the price of Crypto Currency you love, type
coindexi check price --coin=DOGE --cur=INR
You can change that coin and cur values. --coin is in which coin you are interested --cur is in which currency you are interested
If you are willing to set your own api(get it from nomics.com) key then run
coindexi key set
To see your key, tyoe
coindexi key show
To remove your key, type
coindexi key remove
By-default the prices of coins are shown is USD :) If you want to see it in other currency then mention your currency code in
--cur=<your_currency_code>