All Projects → crypti → ccoin

crypti / ccoin

Licence: MIT license
〽️ Convert and fetch the cost of over 1000 cryptocurrencies within your terminal, and save repeated queries

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to ccoin

coinget
**deprecated API (no longer works)** The fastest cli 💻 price checker for cryptocurrencies📈
Stars: ✭ 27 (+8%)
Mutual labels:  cryptocurrencies
termux-snippets
An integrated tool and a collection of snippets which helps in the various aspects of the terminal.
Stars: ✭ 28 (+12%)
Mutual labels:  cryptocurrencies
DAPSCoin
DAPS is the world's first coin to implement Bulletproofs and RingCT & Ring Signatures in a staking chain. With DAPS it is possible to stake, run masternodes and mine PoA blocks.
Stars: ✭ 58 (+132%)
Mutual labels:  cryptocurrencies
Microstaking
No description or website provided.
Stars: ✭ 26 (+4%)
Mutual labels:  cryptocurrencies
CoinGecko
A C++20 library for CoinGecko--a cryptocurrency data service.
Stars: ✭ 69 (+176%)
Mutual labels:  cryptocurrencies
DeFi PanCakeSwapBot
Defi PancakeSwap bot is programmed in Python to buy and sell tokens in seconds once the target is hit.
Stars: ✭ 182 (+628%)
Mutual labels:  cryptocurrencies
frontend-ico-dashboard
Free & open-source dashboard for your next ICO, crowdsale or tokensale
Stars: ✭ 79 (+216%)
Mutual labels:  cryptocurrencies
crypto-news
Crypto News allows you to convert cryptocurrencies, view latest news and exchange rates for each ICO – all the data from the world of cryptocurrencies in one place.
Stars: ✭ 26 (+4%)
Mutual labels:  cryptocurrencies
quick trade
convenient script for trading with python.
Stars: ✭ 63 (+152%)
Mutual labels:  cryptocurrencies
awesome-cryptocurrencies
A curated list of awesome cryptocurrencies 🎩
Stars: ✭ 139 (+456%)
Mutual labels:  cryptocurrencies
ocaml-gemini
OCaml REST and WebSockets client for the Gemini Trading Exchange.
Stars: ✭ 16 (-36%)
Mutual labels:  cryptocurrencies
cryptocoin scrypt stratum
A javascript scrypt cryptocurrency miner that uses a PHP built stratum server as a proxy.
Stars: ✭ 25 (+0%)
Mutual labels:  cryptocurrencies
twitter-crypto-bot
This is a Twitter bot that tweets about cryptocurrencies prices every certain amount of minutes
Stars: ✭ 21 (-16%)
Mutual labels:  cryptocurrencies
catalyst
An Algorithmic Trading Library for Crypto-Assets in Python
Stars: ✭ 2,364 (+9356%)
Mutual labels:  cryptocurrencies
live-cryptocurrency-streaming-flutter
A Flutter app with live cryptocurrency updates, powered by Ably
Stars: ✭ 26 (+4%)
Mutual labels:  cryptocurrencies
Kriptofolio
Free open source minimalistic cryptocurrencies portfolio app for Android.
Stars: ✭ 79 (+216%)
Mutual labels:  cryptocurrencies
CoinTaxman
Calculate your taxes from cryptocurrency gains
Stars: ✭ 110 (+340%)
Mutual labels:  cryptocurrencies
Finance-Robinhood
Trade stocks and ETFs with free brokerage Robinhood and Perl
Stars: ✭ 42 (+68%)
Mutual labels:  cryptocurrencies
tradingconv
Convert trading history of cryptocurrency platforms
Stars: ✭ 24 (-4%)
Mutual labels:  cryptocurrencies
stellarator
Cowrie exchange API for converting between fiat currencies and crypto currencies
Stars: ✭ 27 (+8%)
Mutual labels:  cryptocurrencies

ccoin Build Status Coverage Status

Convert and fetch the price conversions of cryptocurrencies within your terminal

demo

Install

$ npm install --global @crypti/ccoin

Usage

Usage
  $ ccoin [Commands]
  $ ccoin -f=[fromSymbols] -t=[toSymbols] [options]

Commands
  ls                 List all saved profiles
  [profile name]     Load the given profile by name

Options
  -f, --from         A comma-delimited list of symbols to convert from
  -t, --to           A comma-delimited list of symbols to convert to
  -s, --save         Save this as a named profile
  -d, --set-default  Set this as the default profile
  -r, --remove       Remove a named profile

Examples
  $ ccoin -f=BTC -t=ETH,USD,LTC
  $ ccoin --from=BTC,ETH --to=USD,LTC,EUR

Tip: For a list of 3-letter symbols you can use with this module see cryptocurrencies.

Profiles

Profiles are a handy way to save --from and --to options without having to type them manually everytime.

To Save a Profile

Use the --save option or -s flag to save a profile by name (both examples are equivalent):

$ ccoin -f=BTC,ETH -t=USD,JPY --save=yen
$ ccoin -f=BTC,ETH -t=USD,JPY -s=yen

To Load a Profile

Once you have a profile saved, you can just call it by name:

$ ccoin yen

To List All Available Profiles

Use the ls command to list all your available Profiles:

$ ccoin ls
Available Profiles:
  yen: -f=BTC,ETH -t=USD,JPY

To Set a Default Profile

You can set a default profile with the --set-default option or the -d flag (both examples are equivalent):

$ ccoin -f=BTC,ETH -t=USD,JPY -d
$ ccoin -f=BTC,ETH -t=USD,JPY --set-default

To Load the Default Profile

If you have a default profile set, then you don't have to do anything, you can just type ccoin at the terminal and your default profile will be loaded. However, you can also load the default profile by name, so both of these examples will load the default profile (if one has been supplied):

$ ccoin
$ ccoin default

To Remove a Profile

Use the --remove option or -r flag to remove a named Profile (both examples are equivalent):

$ ccoin -r=yen
$ ccoin --remove=yen

💡 Pro Tip: The profiles are saved in your computer's home directory with the filename .ccoin-profiles.json, so you can edit your profiles manually, just remember that the file needs to be valid JSON.

Related

Do you like this project? Please check out our other available projects and tools on Crypti!

  • ccnews - 📰 Grab trending cryptocurrency news from Google within your terminal using their associated token symbol (over 1000+ supported symbols)
  • eth-price - 💫 A CLI app to grab the current ETH price from your terminal in USD and/or other cryptocurrency symbols
  • cryptocurrencies - 📋 Get a list of all the cryptocurrency symbols and names.

Contributors

PRs are welcomed 💃🏽! Feel free to submit to this or any of our repositories.

License

MIT © Crypti Team

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