All Projects → kooparse → Hodl Ticker

kooparse / Hodl Ticker

Licence: mit
💸 Cryptocurrency prices on CLI

Programming Languages

rust
11053 projects

Labels

Projects that are alternatives of or similar to Hodl Ticker

Qml Snippet
some qml snippet.
Stars: ✭ 9 (-80%)
Mutual labels:  crypto
Jwt Tornado
An implementation of JSON Web Tokens in Python Tornado
Stars: ✭ 28 (-37.78%)
Mutual labels:  crypto
Node Argon2
Node.js bindings for Argon2 hashing algorithm
Stars: ✭ 1,008 (+2140%)
Mutual labels:  crypto
Python Programming
Python Coding - Data Structure, Algorithm, Crypto, Web, Network, System
Stars: ✭ 9 (-80%)
Mutual labels:  crypto
Easy Crypto
A WIP module aimed at providing a safer, easier to use and beginner friendly crypto API for Node.js
Stars: ✭ 21 (-53.33%)
Mutual labels:  crypto
Radvpn
Decentralized VPN
Stars: ✭ 993 (+2106.67%)
Mutual labels:  crypto
Cryptoapp
加密解密工具箱GUI程序,支持Windows和linux系统。
Stars: ✭ 24 (-46.67%)
Mutual labels:  crypto
Trading Vue Js
💹 Hackable charting lib for traders. You can draw literally ANYTHING on top of candlestick charts.
Stars: ✭ 1,021 (+2168.89%)
Mutual labels:  crypto
Supergirloncrypt
CryptoTrojan in Python (For educational purpose ONLY)
Stars: ✭ 28 (-37.78%)
Mutual labels:  crypto
Simple Cryptography
Scripts that illustrate basic cryptography concepts based on Coursera Standford Cryptography I course and more.
Stars: ✭ 40 (-11.11%)
Mutual labels:  crypto
Tomb
the Crypto Undertaker
Stars: ✭ 859 (+1808.89%)
Mutual labels:  crypto
Hat.sh
encrypt and decrypt files in your browser. Fast, Secure client-side File Encryption and Decryption using the web crypto api
Stars: ✭ 886 (+1868.89%)
Mutual labels:  crypto
Pixivcrawleriii
A python3 crawler for crawling Pixiv ranking top and any illustrator all artworks
Stars: ✭ 38 (-15.56%)
Mutual labels:  crypto
Simon Speck C
example C language implementation of SIMON and SPECK lightweight block ciphers.
Stars: ✭ 9 (-80%)
Mutual labels:  crypto
Cryptojs.swift
Cross-platform cryptographic functions in swift
Stars: ✭ 42 (-6.67%)
Mutual labels:  crypto
Crypto Supplies
Cryptocurrency circulating, maximum and total supplies
Stars: ✭ 26 (-42.22%)
Mutual labels:  crypto
Intrinio Realtime Node Sdk
Intrinio NodeJS SDK for Real-Time Stock & Crypto Prices
Stars: ✭ 30 (-33.33%)
Mutual labels:  crypto
Siis
Trading bot including terminal, for crypto and traditionals markets. Assisted or fully automated strategy.
Stars: ✭ 45 (+0%)
Mutual labels:  crypto
Gekko Strategies
Strategies to Gekko trading bot with backtests results and some useful tools.
Stars: ✭ 1,022 (+2171.11%)
Mutual labels:  crypto
Crypton
Library consisting of explanation and implementation of all the existing attacks on various Encryption Systems, Digital Signatures, Key Exchange, Authentication methods along with example challenges from CTFs
Stars: ✭ 995 (+2111.11%)
Mutual labels:  crypto

Hodl-ticker

Get cryptocurrency prices from your terminal!

Screenshot

screen shot 2017-12-28 at 12 22 02 pm

Download binary

  • cargo install hodl-ticker

Install && Running

  • Fork or download this repository.
  • cd to the project's location
  • run cargo build --release
  • run ./target/release/hodl-ticker -h

Options

You can use the -c (or --convert) with the fiat currency symbol to find in terms of another currency. The default currency is USD and it supports EUR, GBP and JPY.

// Convert prices to Euro
$ hodl-ticker -c eur
// Convert prices to Yenn
$ hodl-ticker -c jpy

You can use the -f (or --filter) to choose which cryptocurrencies to see.

$ hodl-ticker -f Bitcoin "Bitcoin Cash"

You can use the -l (or --limit) to limit the number of currencies fetched.

$ hodl-ticker -l 20

You can use the -w (or --watch) to trigger the watch mode, data will be fetch every 5 secs.

$ hodl-ticker -w

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

This project is using the great CoinGecko API.

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