All Projects → dillionverma → crypto-cli

dillionverma / crypto-cli

Licence: MIT license
The best cryptocurrency price CLI written in one line 💰

Projects that are alternatives of or similar to crypto-cli

Coinmon
💰 The cryptocurrency price tool on CLI. 🖥
Stars: ✭ 1,581 (+8683.33%)
Mutual labels:  btc, ticker, price-tracker
coinbash
💰 A bash script (CLI) for displaying crypto currencies market data in a terminal 🖥
Stars: ✭ 110 (+511.11%)
Mutual labels:  btc, ticker, price-tracker
i3blocks-crypto
💵 View your favorite coins' ticker prices with i3blocks.
Stars: ✭ 30 (+66.67%)
Mutual labels:  ticker, price-tracker
HTML-Crypto-Currency-Chart-Snippets
💹 Simple HTML Snippets to create Tickers / Charts of Cryptocurrencies with the TradingView API 💹
Stars: ✭ 89 (+394.44%)
Mutual labels:  btc, ticker
coinget
**deprecated API (no longer works)** The fastest cli 💻 price checker for cryptocurrencies📈
Stars: ✭ 27 (+50%)
Mutual labels:  btc, ticker
platzi-exchange
Proyecto del Curso Basico de Vue.js de Platzi 💚
Stars: ✭ 26 (+44.44%)
Mutual labels:  btc
TerminalStocks
Pure terminal stock ticker for Windows.
Stars: ✭ 88 (+388.89%)
Mutual labels:  ticker
btc-market
💰区块链资产行情与市值估算APP
Stars: ✭ 27 (+50%)
Mutual labels:  btc
cryptocoins-desklet-cinnamon
Cryptocurrency Ticker (Desklet) for Cinnamon Desktop that displays the current price for thousands of cryptocurrencies, and their daily percent changes.
Stars: ✭ 18 (+0%)
Mutual labels:  ticker
MugglePay
Make Crypto Payment Easy 让数字货币支付更简单
Stars: ✭ 176 (+877.78%)
Mutual labels:  btc
bitforce
A tools brute force BTC
Stars: ✭ 24 (+33.33%)
Mutual labels:  btc
dynamic-marquee
A small library for creating marquees.
Stars: ✭ 64 (+255.56%)
Mutual labels:  ticker
Customizable-Crypto-Currency-Dashboard-with-Chart
📺 A Dashboard with the price movements of the selected Cryptocurrencies 💹
Stars: ✭ 79 (+338.89%)
Mutual labels:  btc
coinbin.org
₿ A Human–Friendly API Service for Crypto Currency Information.
Stars: ✭ 255 (+1316.67%)
Mutual labels:  btc
crypto-watcher
Real-time cryptocurrencies prices.
Stars: ✭ 25 (+38.89%)
Mutual labels:  btc
carrot-pool
Mining Pools Made Easy. ⛏ 📦 🏆
Stars: ✭ 53 (+194.44%)
Mutual labels:  btc
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 (-5.56%)
Mutual labels:  btc
cryptocurrency-ticker
Get the current ticker information for cryptocurrencies
Stars: ✭ 12 (-33.33%)
Mutual labels:  ticker
carrot-pool-stratum
Bitcoin Stratum Pool Plugin ⛏ 📦 🔌
Stars: ✭ 22 (+22.22%)
Mutual labels:  btc
Crypto-Wallet
Open source SHA-512 loginless bitcoin wallet
Stars: ✭ 24 (+33.33%)
Mutual labels:  btc

Crypto CLI

Crypto CLI is a lightweight command line interface written in one line to fetch the latest cryptocurrency prices and display them in the terminal.

GitHub stars GitHub code size in bytes license

screenshot

All data is sourced from coinmarketcap api

Installation

First install jq which is a command line json parser here

After you have installed jq, run the following commmand in your terminal:

curl "https://raw.githubusercontent.com/dillionverma/crypto-cli/master/coin" -o /usr/local/bin/coin && chmod +x /usr/local/bin/coin

Usage

The top 10 cryptocurrencies are shown by default by entering

coin

For more coins, simply pass a number argument

coin 100

To get a specific price, simply use grep

coin 100 | grep VTC

note use "-i" flag on grep for case insensitive search

Development

git clone https://github.com/dillionverma/crypto-cli.git
cd crypto-cli
vim coin

License

MIT License

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