All Projects → christ0ph3r → Cryptocurrency Cli

christ0ph3r / Cryptocurrency Cli

Licence: mit
💰 Cryptocurrency Portfolio On The Command Line 💰

Programming Languages

javascript
184084 projects - #8 most used programming language
js
455 projects

Projects that are alternatives of or similar to Cryptocurrency Cli

Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+2841.41%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, coin, cli, command-line, portfolio
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-45.45%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, monero, litecoin, dash
CryptoCurrency
Page to keep track of value & profits of a portfolio of cryptocurrency (based on Coinmarketcap, Bitfinex and Binance)
Stars: ✭ 27 (-72.73%)
Mutual labels:  portfolio, ripple, iota, coin, monero, litecoin
Moneda Cli
Command line to track cryptocurrency prices
Stars: ✭ 114 (+15.15%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin, dash, ripple
Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+1496.97%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cli, command-line
Crypto Whale Watching App
Python Dash app that tracks whale activity in cryptocurrency markets.
Stars: ✭ 389 (+292.93%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin, dash
Coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 253 (+155.56%)
Mutual labels:  api, ethereum, bitcoin, litecoin, ripple
Coinpricebar
💰 Cryptocurrency prices on MacBook Touch Bar
Stars: ✭ 290 (+192.93%)
Mutual labels:  ethereum, bitcoin, litecoin, iota, ripple
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-45.45%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin, ripple
Donut
🏹 Dead-simple cross-platform cryptocurrency tracker.
Stars: ✭ 367 (+270.71%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, dash
Crypto Arbitrage
Automatic Cryptocurrency Trading Bot using Triangular or Exchange Arbitrages
Stars: ✭ 369 (+272.73%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Miningcore
Miningcore is a high-performance Mining-Pool Engine that runs on Linux and Windows and supports a variety of crypto-currencies.
Stars: ✭ 378 (+281.82%)
Mutual labels:  ethereum, bitcoin, monero, litecoin
Ta4j Origins
A Java library for technical analysis ***Not maintained anymore, kept for archival purposes, see #192***
Stars: ✭ 354 (+257.58%)
Mutual labels:  ethereum, bitcoin, litecoin, ripple
Bitcoinlib
Bitcoin Core RPC compatible, battle-tested .NET library and RPC wrapper for Bitcoin and Altcoins
Stars: ✭ 350 (+253.54%)
Mutual labels:  bitcoin, cryptocurrency, litecoin, dash
Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+22628.28%)
Mutual labels:  api, ethereum, bitcoin, cryptocurrency
Cryptocurrency Arbitrage
A cryptocurrency arbitrage opportunity calculator. Over 800 currencies and 50 markets.
Stars: ✭ 836 (+744.44%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, litecoin
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+846.46%)
Mutual labels:  ethereum, bitcoin, monero, iota
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+3404.04%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, coin
Exchangesharp
ExchangeSharp is a powerful, fast and easy to use .NET/C# API for interfacing with many crypto currency exchanges. REST and web sockets are supported.
Stars: ✭ 489 (+393.94%)
Mutual labels:  api, ethereum, bitcoin, cryptocurrency
Coinwink
Crypto Alerts, Watchlist and Portfolio Tracking App
Stars: ✭ 95 (-4.04%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, portfolio

Cryptocurrency CLI

Cryptocurrency CLI lets you monitor cryptocurrencies in your portfolio and track your earnings through the command line. It uses the coinmarketcap.com API to fetch crypto data.

Cryptocurrency CLI

Features

General

  1. Command Line Interface
  2. Supports all coins on CoinMarketCap
  3. Track your portfolio holdings
  4. Currency Support

Bar Graph

  1. Percentage breakdown of holdings
  2. Colored Horizontal Bars
  3. Portfolio value

Crypto Table

  1. Coin Rank
  2. Price
  3. Coins Owned
  4. Net Worth
  5. 24 Hour Volume
  6. Market Cap
  7. % Change 1 Hour
  8. % Change 1 Day
  9. % Change 1 Week
  10. Last Updated

Installation Instructions

  1. Git Clone the repo

    git clone https://github.com/christ0ph3r/cryptocurrency-cli/
    
  2. Enter the repository

    cd cryptocurrency-cli && npm install
    
  3. Run

    npm start
    
  4. Edit portfolio.json

    {
      "bitcoin": ".002",
      "bitcoin-cash": ".002",
      "chainlink": "666",
      "dash": ".002",
      "dogecoin": "10000",
      "ethereum": ".0688",
      "litecoin": ".1",
      "monero": ".0036",
      "siacoin": "1200",
      "steem": "2"
    }
    

Command Line Options

Currency: You can use -c or --currency to look up crypto data in another currency. The default currency is USD and the API supports AUD, BRL, CAD, CHF, CLP, CNY, CZK, DKK, EUR, GBP, HKD, HUF, IDR, ILS, INR, JPY, KRW, MXN, MYR, NOK, NZD, PHP, PKR, PLN, RUB, SEK, SGD, THB, TRY, TWD, ZAR.

npm start -- -c eur
npm start -- -c aud

Donations Welcome

Coin Address
Bitcoin 1LFTccjYHbiVekdm8XYC1ucNqdGsAC3frc
Bitcoin Cash 132iaE6MYW3hpupuyzA8AKVmYk7SAbrAA1
Ethereum 0x071Fe2Bb50430A3f6af398A410a78B67e1A783AE
Litecoin Lh9eV96yhTyrkv2VkWG7RZvas9TzFuYZbR
Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].