Skip to content

ToJen/CryptoPortfolioCLI

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Crypto Portfolio Cli

Crypto Portfolio Cli is a command line interface written in C++ that allows users to input their current crypto portfolio and display balance in currency of choice.

GitHub stars GitHub code size in bytes license

screenshot

Cryptocurrency prices are sourced from coinmarketcap api

Exchange rates are sourced from fixer api

Installation

Run the following commmand in your terminal:

git clone https://github.com/mattBlackDesign/crypto-portfolio-cli.git && cd crypto-portfolio-cli && make && mv portfolio /usr/local/bin && chmod +x /usr/local/bin/portfolio

Usage

Enter your currency and the coins in your portfolio.

portfolio USD BTC 1.1 ETH 2.3 LTC 4.5

The following currencies are supported 💰 USD,CAD,EUR,AUD,BGN,BRL,CHF,CNY,CZK,DKK,GBP,HKD,HRK,HUF,IDR,ILS,INR,JPY,KRW,MXN,MYR,NOK,NZD,PHP,PLN,RON,RUB,SEK,SGB,THB,TRY,ZAR

Crypto Portfolio supports the first 100 coins on coinmarketcap

Development

git clone https://github.com/mattblackdesign/crypto-portfolio-cli.git
cd crypto-portfolio-cli
vim main.cpp

License

MIT License

Releases

No releases published

Packages

 
 
 

Languages

  • C++ 99.9%
  • Makefile 0.1%