Skip to content

iarthstar/my-cryptos-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

my-cryptos-cli

Imgur

CLI for your tracking cryptos prices

Installation

Either through cloning with git or by using yarn (the recommended way):

yarn global add my-cryptos-cli

And my-cryptos-cli will be installed globally to your system path.

Usage

my-cryptos-cli displays your cryptos prices, so you can pass all the cryptos to coins argument:

my-cryptos --coins=BTC,ETH,XRP

For pricing in your fav currencies:

my-cryptos --coins=BTC,ETH --currs=INR,USD

For continuous price updates:

my-cryptos --coins=BTC,ETH --currs=INR --watch

Development Guide

NOTE : Please make sure you have yarn :: Installing yarn

  • Initial setup
$ yarn install && yarn setup
  • To run project
$ yarn start