All Projects → kaplanmaxe → cryptocheck

kaplanmaxe / cryptocheck

Licence: other
Check prices of cryptocurrencies via command line

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to cryptocheck

Crypto vba
An Excel/VBA project to communicate with various cryptocurrency exchanges APIs
Stars: ✭ 103 (+232.26%)
Mutual labels:  cryptocurrencies, gdax, kraken
Crypto Whale Watcher
An app to keep a watch on big volume trades of cryptocurrecies on different exchanges by sending alerts via a Telegram Bot.
Stars: ✭ 60 (+93.55%)
Mutual labels:  cryptocurrencies, gdax
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 (+64.52%)
Mutual labels:  cryptocurrencies, gdax
go-coinmarketcap
The Unofficial Coin Market Cap API client for Go.
Stars: ✭ 61 (+96.77%)
Mutual labels:  cryptocurrencies, coinmarketcap
Bitcoinexchangefh
Cryptocurrency exchange market data feed handler
Stars: ✭ 871 (+2709.68%)
Mutual labels:  gdax, kraken
Crypto Exchange
Pulls together list of crypto exchanges to interact with their API's in a uniform fashion.
Stars: ✭ 241 (+677.42%)
Mutual labels:  gdax, kraken
Xchange.js
Bitcoin and Altcoin exchange api aggregator / wrapper
Stars: ✭ 74 (+138.71%)
Mutual labels:  cryptocurrencies, kraken
coinmarketcap-icons-cryptos
Repository of all crypto icons, and allows you to download all images of icons of crypto currencies listed on the coinmarketcap site 9129 icons
Stars: ✭ 17 (-45.16%)
Mutual labels:  kraken, coinmarketcap
coinwatch
Coinmarketcap console client to keep track of your crypto currency trades - are you winning or losing?
Stars: ✭ 73 (+135.48%)
Mutual labels:  cryptocurrencies, coinmarketcap
libcryptomarket
Powerful cryptocurrency market analysis toolkit
Stars: ✭ 43 (+38.71%)
Mutual labels:  gdax, coinmarketcap
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 (+1477.42%)
Mutual labels:  gdax, kraken
Nescience-Indexing-CLI
Nescience Software & Capital Rebalancing Tool
Stars: ✭ 26 (-16.13%)
Mutual labels:  gdax, kraken
Algo Coin
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Stars: ✭ 365 (+1077.42%)
Mutual labels:  gdax, kraken
tumbleweed gdax
Prototype market maker specialized to trade on CoinbasePro
Stars: ✭ 41 (+32.26%)
Mutual labels:  cryptocurrencies, gdax
Cryptotrader
A responsive dynamic webapp to trade cryptopairs on the most prominent exchanges
Stars: ✭ 118 (+280.65%)
Mutual labels:  cryptocurrencies, kraken
algo-coin
Python library for algorithmic trading cryptocurrencies across multiple exchanges
Stars: ✭ 386 (+1145.16%)
Mutual labels:  gdax, kraken
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (+254.84%)
Mutual labels:  cryptocurrencies, kraken
tradingconv
Convert trading history of cryptocurrency platforms
Stars: ✭ 24 (-22.58%)
Mutual labels:  cryptocurrencies
image-optimisation-tools-comparison
A Benchmarking Suite for popular Image Optimisation Tools
Stars: ✭ 28 (-9.68%)
Mutual labels:  kraken
live-cryptocurrency-streaming-flutter
A Flutter app with live cryptocurrency updates, powered by Ably
Stars: ✭ 26 (-16.13%)
Mutual labels:  cryptocurrencies

Cryptocheck

Build Status

A command line tool to check prices of cryptocurrencies.

About

Cryptocheck allows you to check prices of cyrptocurrencies via command line. It currently has support for:

  • Kraken
  • GDAX
  • CoinMarketCap.com

Installation

npm install -g cryptocheck

Usage

ALWAYS pass the symbol to the tool. The command will return an error if you pass the full currency name.

Kraken:

cryptocheck kraken btc
cryptocheck kraken eth
cryptocheck kraken ltc

GDAX:

cryptocheck gdax btc
cryptocheck gdax eth
cryptocheck gdax ltc

CoinMarketCap.com

cryptocheck cmc sc
cryptocheck cmc xrp

Portfolio Check:

To get overview of your portfolio, add all your currencies in json file (sample file is in data/portfolio.json), and run following command.

cryptocheck portfolio <path-to-json-file>

Returns:

symbol  price      value      change
------  ---------  ---------  ------
ETH     $348.33    $3483.30   -0.45%
BTC     $4388.93   $17555.72  1.14%
BCH     $594.93    $1308.85   -3.51%
LTC     $62.69     $642.58    1.15%
NEO     $38.21     $1146.38   -1.8%
DASH    $361.58    $3615.82   -0.72%
XEM     $0.284149  $4.55      3.96%
XRP     $0.217295  $10.86     7.64%
XMR     $140.73    $1407.30   1.9%  

Total: $29175.36

Example file is in data/portfolio.json.

You can check for specific market by providing option as below, default market is coinmarketcap. You can change it to gdax/kraken. Note: Not all currencies are supported in all markets :(

cryptocheck portfolio -m cmc <path-to-json-file>

Development

PRs are more than welcome! Just make sure to run gulp while developing to transpile and follow ESLint rules.

  • npm run test (You will need to run npm link first)

Occasionally, tests will timeout. If that is the case, restart the build in travis and let tests run again.

Authors

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