- My simple cryptocurrencies price fetching tool
- Get FREE Market data APIKEY on coinapi.io
git clone https://github.com/PrathameshGandule/cryptodex.git
cd cryptodex
npm i
npm install -g
cryptodex.cmd- Now you can use your tool to fetch cryptocoin's prices
git clone https://github.com/PrathameshGandule/cryptodex.git
cd cryptodex
npm i
npm link
cryptodex- Now you can use it on linux based OS / MacOS
cryptodex- to view it's description and optionscryptodex key- to view key command's description and optionscryptodex key set- to set your APIKEYcryptodex key show- to view your APIKEYcryptodex key remove- to remove your APIKEY
cryptodex check- to view check commands's description and optionscryptodex check price- to view price of coins (default coins : BTC,ETH,XRP and currency : INR)cryptodex check price --coin=<your desired coins comma separated (no spaces)> --curr=<desired currency>- to check desired coin values in desired currency- Example : -
cryptodex check price --coin=BTC,SOL --curr=USD
- Make sure to use
cryptodex.cmdin windows instead of justcryptodex - Make sure to get your own apikey from coinapi.io
