Skip to content

phatpham9/crypto-roi-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

crypto-roi-cli

A ROI calculator of holding top coins on coinmarketcap.com

Package Version Travis David David Dev NPM Version NPM Downloads

Getting Started

Installation

Make sure you have NodeJS >= 9, yarn (most prefered) or npm installed. Then install the cli:

yarn global add crypto-roi-cli

Example

I want to calculate the ROI of top 10 on CoinMarketCap from 2017-01-01 to 2018-01-07 that have price is less than 1$ and excluded USDT & DOGE:

roi 10 -f 2017-01-01 -t 2018-01-07 --max 1 -i USDT,DOGE

The result will be like this:

Author & Contributors