SkillAgentSearch skills...

CryptoPortfolioCLI

Cryptocurrency portfolio CLI written in C++

Install / Use

/learn @matthewjablack/CryptoPortfolioCLI
About this skill

Quality Score

0/100

Supported Platforms

Universal

README

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

Related Skills

View on GitHub
GitHub Stars9
CategoryDevelopment
Updated7mo ago
Forks2

Languages

C++

Security Score

77/100

Audited on Aug 14, 2025

No findings