All Projects → Aaaaaashu → Whale

Aaaaaashu / Whale

Licence: mit
🐋 Show Ethereum and Bitcoin price in command line interface (CLI).

Programming Languages

javascript
184084 projects - #8 most used programming language

Projects that are alternatives of or similar to Whale

My Token
📈Track token prices of your favorite exchanges in terminal!
Stars: ✭ 141 (+74.07%)
Mutual labels:  blockchain, ethereum, bitcoin, cli, exchange
Cointop
A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
Stars: ✭ 2,912 (+3495.06%)
Mutual labels:  blockchain, ethereum, bitcoin, cli
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 (+503.7%)
Mutual labels:  blockchain, ethereum, bitcoin, exchange
Blockchain
블록체인 공부 중입니다.
Stars: ✭ 22 (-72.84%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchain
Compilation of useful documents and scientific papers about Blockchain & cryptocurrencies.
Stars: ✭ 751 (+827.16%)
Mutual labels:  blockchain, ethereum, bitcoin
Awesome Cryptoeconomics
An awesome curated list of Cryptoeconomic research and learning materials
Stars: ✭ 763 (+841.98%)
Mutual labels:  blockchain, ethereum, bitcoin
Wallet Core
Cross-platform, cross-blockchain wallet library.
Stars: ✭ 657 (+711.11%)
Mutual labels:  blockchain, ethereum, bitcoin
Multy Back
Back-end of the Multy - mobile multy-blockchain wallet.
Stars: ✭ 26 (-67.9%)
Mutual labels:  blockchain, ethereum, bitcoin
Node
Stampery API for NodeJS. Notarize all your data using the blockchain
Stars: ✭ 23 (-71.6%)
Mutual labels:  blockchain, ethereum, bitcoin
Awesome Blockchain
⚡️Curated list of resources for the development and applications of blockchain.
Stars: ✭ 937 (+1056.79%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchain
区块链、交易所、币种、自媒体、高频交易策略
Stars: ✭ 37 (-54.32%)
Mutual labels:  blockchain, ethereum, bitcoin
Awesome Blockchain
区块链白皮书、书籍、交易所、币种、自媒体等资源汇总 💯
Stars: ✭ 747 (+822.22%)
Mutual labels:  blockchain, ethereum, bitcoin
Rotki
A portfolio tracking, analytics, accounting and tax reporting application that protects your privacy
Stars: ✭ 689 (+750.62%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchain Reading List
Blockchain Manchester Meetups, Talks and Reading List
Stars: ✭ 17 (-79.01%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchain guide
Introduce blockchain related technologies, from theory to practice with bitcoin, ethereum and hyperledger.
Stars: ✭ 5,897 (+7180.25%)
Mutual labels:  blockchain, ethereum, bitcoin
Aeternity
æternity: solving scalability problems by making sense of state-channels
Stars: ✭ 923 (+1039.51%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchain Anchor
A Node.js library for anchoring data onto the Bitcoin blockchain and confirming anchored data on Bitcoin and Ethereum.
Stars: ✭ 32 (-60.49%)
Mutual labels:  blockchain, ethereum, bitcoin
Blockchainage
「区块链技术指北」相关资料。
Stars: ✭ 51 (-37.04%)
Mutual labels:  blockchain, ethereum, bitcoin
Cryptolights
Live visualisation of blockchain transactions for popular cryptocurrencies
Stars: ✭ 54 (-33.33%)
Mutual labels:  blockchain, ethereum, bitcoin
Awesome Blockchain
Curated list of blockchain services and exchanges 🔥🏦🔥🏦🔥🏦🔥
Stars: ✭ 604 (+645.68%)
Mutual labels:  blockchain, bitcoin, exchange

Whale

Show Ethereum and Bitcoin price in command line interface (CLI).

Install

$ npm install whale-cli -g

Usage

$ whale --help

Usage: whale [options]

Whale, show Ethereum and Bitcoin price in command line interface (CLI).

Options:

  -h, --help              output usage information
  -V, --version           output the version number
  -s, --seconds <number>  Set auto refresh time

Examples:

  $ whale
  $ whale -h
  $ whale -s 60

Interactive UI

Run whale without arguments to launch the interactive UI that guides you through showing market price.

API

const whale = require('whale-cli')

/**
 * Fetch current price of markets
 * @param {String} exchange
 * @param {Array} markets
 */
whale.getCurrentPrice('Poloniex', ['BTC', 'ETH', 'ZEC']).then((res) => {
  console.log(res)
})

/**
 * Fetch price trend of markets
 * @param {String} exchange
 * @param {String} market
 * @param {Number} since options, default one month ago
 * @param {Number} period options, default 24 hour, such as 1440
 */
whale.getPriceTrend('Yunbi', 'ETH').then((res) => {
  console.log(res)
})

Supported Exchanges

Related

whale-tmux - Show Ethereum and Bitcoin price in tmux

License

MIT ©

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