All Projects β†’ madnight β†’ Bitcoin Chart Cli

madnight / Bitcoin Chart Cli

Licence: mit
Bitcoin chart for the terminal as command line util

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Bitcoin Chart Cli

Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies πŸš€
Stars: ✭ 2,912 (+1217.65%)
Mutual labels:  bitcoin, cryptocurrency, cli, terminal
Rate.sx
πŸ’° curl cryptocurrencies exchange rates
Stars: ✭ 563 (+154.75%)
Mutual labels:  bitcoin, cryptocurrency, cli, terminal
Gekko Backtesttool
Batch backtest, import and strategy params optimalization for Gekko Trading Bot. With one command you will run any number of backtests.
Stars: ✭ 203 (-8.14%)
Mutual labels:  bitcoin, cryptocurrency, cryptocurrencies
Coinmon
πŸ’° The cryptocurrency price tool on CLI. πŸ–₯
Stars: ✭ 1,581 (+615.38%)
Mutual labels:  bitcoin, cryptocurrency, cli
Bitcoin S
Bitcoin Implementation in Scala
Stars: ✭ 206 (-6.79%)
Mutual labels:  bitcoin, cryptocurrency, functional-programming
Cryptocurrency Cli
πŸ’° Cryptocurrency Portfolio On The Command Line πŸ’°
Stars: ✭ 99 (-55.2%)
Mutual labels:  bitcoin, cryptocurrency, cli
Kupi Terminal
Ccxt based, open source, customized, extendable trading platform that supports 130+ crypto exchanges.
Stars: ✭ 104 (-52.94%)
Mutual labels:  bitcoin, cryptocurrency, terminal
Stonky
A command line dashboard for monitoring stocks
Stars: ✭ 208 (-5.88%)
Mutual labels:  cryptocurrency, cli, terminal
Jekyll Paspagon
Sell your Jekyll blog posts in various formats for cryptocurrencies.
Stars: ✭ 8 (-96.38%)
Mutual labels:  bitcoin, cryptocurrency, cryptocurrencies
Coinpusher
πŸ“ˆ real-time cryptocurrency chart prediction based on neuronal-networks
Stars: ✭ 141 (-36.2%)
Mutual labels:  bitcoin, cryptocurrency, charts
My Token
πŸ“ˆTrack token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (-36.2%)
Mutual labels:  bitcoin, cryptocurrency, cli
Cryptocurrency Icons
A set of icons for all the main cryptocurrencies and altcoins, in a range of styles and sizes.
Stars: ✭ 2,116 (+857.47%)
Mutual labels:  bitcoin, cryptocurrency, cryptocurrencies
Coinpare
Compare cryptocurrency trading data across multiple exchanges and blockchains in the comfort of your terminal
Stars: ✭ 89 (-59.73%)
Mutual labels:  bitcoin, cryptocurrency, terminal
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 (-72.85%)
Mutual labels:  bitcoin, cryptocurrency, cryptocurrencies
Coingraph
Coingraph is a real-time graph for cryptocurrencies.
Stars: ✭ 116 (-47.51%)
Mutual labels:  bitcoin, cryptocurrency, cryptocurrencies
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 (-76.92%)
Mutual labels:  bitcoin, cryptocurrency, cryptocurrencies
Gnome Feeder
Profit Trailer Feeder Full Build with Settings
Stars: ✭ 122 (-44.8%)
Mutual labels:  bitcoin, cryptocurrency, cryptocurrencies
Ergonomica
πŸ–₯️ a cross-platform modern shell.
Stars: ✭ 815 (+268.78%)
Mutual labels:  cli, terminal, functional-programming
Peatiocryptoexchange
An open-source Crypto-Currency exchange. Peatio v3.0 Coming Soon !
Stars: ✭ 141 (-36.2%)
Mutual labels:  bitcoin, cryptocurrency, cryptocurrencies
Socktrader
πŸš€ Websocket based trading bot for πŸ’°cryptocurrencies πŸ“ˆ
Stars: ✭ 152 (-31.22%)
Mutual labels:  bitcoin, cryptocurrency, cryptocurrencies

bitcoin-chart-cli

npm License: MIT License: MIT Build Status Issue Count Known Vulnerabilities dependencies Status

Bitcoin chart for the terminal as command line util.
For a list of supported cryptocurrencies see coins.
You might also be interested in a similar project of
mine wallstreet, which provides information about
stocks instead of cryptocurrencies.

Requirements

  • node 8.0 or higher
  • npm or yarn

Usage

# install
npm install bitcoin-chart-cli -g

# (alternative) install with yarn
yarn global add bitcoin-chart-cli

# (alternative) run without install
npx bitcoin-chart-cli

# run default
bitcoin-chart-cli

# run with options
bitcoin-chart-cli --coin ETH -d 360 -w 80 -h 20

Options

bitcoin-chart-cli --help


  Usage: index [options]


  Options:

    -V, --version           output the version number
    -d, --days <n>          number of days the chart will go back
    --hours <n>             number of hours the chart will go back
    --mins <n>              number of minutes the chart will go back
    -w, --width <n>         max terminal chart width
    -h, --height <n>        max terminal chart height
    -c, --coin <string>     specify the coin e.g. ETH
    -m, --currency <string> specify the trading pair currency (Default: USD)
    --disable-legend        disable legend text
    -h, --help              output usage information

Examples

bitcoin-chart-cli

Create terminal splits (tmux) with watch for live charts the unix way
watch -n 60 bitcoin-chart-cli --mins 30 --width 60

In combination with conky
conky.text = [[ ${execi 120 bitcoin-chart-cli --coin ETH -w 140 -h 15} ]];

More examples https://travis-ci.org/madnight/bitcoin-chart-cli

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