All Projects → bichenkk → Coinmon

bichenkk / Coinmon

Licence: mit
💰 The cryptocurrency price tool on CLI. 🖥

Programming Languages

javascript
184084 projects - #8 most used programming language
Dockerfile
14818 projects

Projects that are alternatives of or similar to Coinmon

Ccxt
A JavaScript / Python / PHP cryptocurrency trading API with support for more than 100 bitcoin/altcoin exchanges
Stars: ✭ 22,501 (+1323.21%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc, crypto
Qtbitcointrader
Secure multi crypto exchange trading client
Stars: ✭ 520 (-67.11%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc, crypto
Multicurrencywallet
Bitcoin, Ethereum, ERC20 crypto wallets with Atomic Swap exchange. Release announce: https://twitter.com/SwapOnlineTeam/status/1321844352369500160
Stars: ✭ 136 (-91.4%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc, crypto
Ccxt Rest
Open Source Unified REST API of 100+ Crypto Exchange Sites (18k+ docker pulls) - https://ccxt-rest.io/
Stars: ✭ 210 (-86.72%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc, crypto
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+84.19%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cli, command-line
My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-91.08%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc, cli
Cryptocurrency Cli
💰 Cryptocurrency Portfolio On The Command Line 💰
Stars: ✭ 99 (-93.74%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, cli, command-line
Optimal Buy Cbpro
Scheduled buying of BTC, ETH, and LTC from Coinbase Pro, optimally!
Stars: ✭ 288 (-81.78%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc
Cryptolist
Curated collection of blockchain & cryptocurrency resources.
Stars: ✭ 3,501 (+121.44%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc
Awesome Coins
₿ A guide (for humans!) to cryto-currencies and their algos.
Stars: ✭ 3,469 (+119.42%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc
Cbpro Trader
Automated cryptocurrency trading on Coinbase Pro (formerly gdax-trader)
Stars: ✭ 171 (-89.18%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc
Rate.sx
💰 curl cryptocurrencies exchange rates
Stars: ✭ 563 (-64.39%)
Mutual labels:  bitcoin, cryptocurrency, cli, crypto
Subzero
Square's Bitcoin Cold Storage solution.
Stars: ✭ 598 (-62.18%)
Mutual labels:  bitcoin, cryptocurrency, btc, crypto
coinbash
💰 A bash script (CLI) for displaying crypto currencies market data in a terminal 🖥
Stars: ✭ 110 (-93.04%)
Mutual labels:  crypto, btc, ticker, price-tracker
Unstoppable Wallet Ios
A secure and decentralized Bitcoin and other cryptocurrency wallet for iPhone. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 180 (-88.61%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc
Cryptex
Gemini, GDAX, Bitfinex, Poloniex, Binance, Kraken, Cryptopia, Koinex, BitGrail and CoinMarketCap cryptocurrency exchange API clients in Swift / iOS SDK. Check prices and account balances using Sample iOS app.
Stars: ✭ 51 (-96.77%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, crypto
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (-41.62%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, crypto
Cryptocurrency Dashboard
Crypto Currency Dashboard Using Twitter 🐦 And Coinmarketcap 🚀 API
Stars: ✭ 54 (-96.58%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, crypto
Unstoppable Wallet Android
A secure and decentralized Bitcoin and other cryptocurrency wallet for Android phones. Supports Bitcoin, Ethereum, EOS, Binance Chain, Bitcoin Cash, DASH, ...
Stars: ✭ 165 (-89.56%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, btc
The Journal Of Blockchain
区块链自媒体、专注区块链技术学习和实践、IPFS/Filecoin、Bitcoin、Ethereum、EOS、Cosmos、区块链、白皮书、Coinmarketcap、Coindesk、Safe Network、Telegram、Docker、社会治理、经济激励
Stars: ✭ 63 (-96.02%)
Mutual labels:  ethereum, bitcoin, cryptocurrency, crypto

Node version License: MIT PRs Welcome

💰 Cryptocurrency price ticker CLI.

Check cryptocurrencies' prices, changes on your console. Best CLI tool for those who are both Crypto investors and Engineers.

All data comes from coincap APIs.

Quick Update

  • As coinmarketcap API is only free with API keys, we moved to use coincap API and disabled some features.

Install

In order to use coinmon, make sure that you have Node version 6.0.0 or higher.

$ npm install -g coinmon

Usage

To check the top 10 cryptocurrencies ranked by their market cap, simply enter

$ coinmon

Options

Find specific coin(s)

You can use the -f (or --find) with coin symbol to search cryptocurrencies. You can add symbols seperated by comma.

$ coinmon -f btc // search coins included keyword btc
$ coinmon -f btc,eth // search coins included keyword btc or eth

Find top coin(s)

You can use the -t (or --top) with the index to find the top n cryptocurrencies ranked by their market cap.

$ coinmon -t 50 // find top 50

Show option menu

You can use the -h (or --help) to find all valid options of coinmon

$ coinmon -h

Screenshot

Development

It's simple to run coinmon on your local computer.
The following is step-by-step instruction.

$ git clone https://github.com/bichenkk/coinmon.git
$ cd coinmon
$ yarn
$ npm install -g
$ npm link
$ coinmon

Docker

Initial usage

$ docker run --rm -ti jaymoulin/coinmon

You can pass parameters just like coinmon binary

$ docker run --rm -ti jaymoulin/coinmon --help

Local usage

Build image

$ docker build -t coinmon .

Usage

$ docker run --rm -ti coinmon

You can pass parameters just like coinmon binary

$ docker run --rm -ti coinmon --help

Contributors

  • @maticrivo
  • @pgila
  • @vladei
  • @jaymoulin
  • @anilkilic

License

MIT

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].