FiniteYFI / coindex-cli

Node.js CLI for checking crypto prices

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Coindex CLI

Command line interface written in Node.js to check cryptocurrency prices

Register an API key at https://nomics.com

Usage

npm install

npm link

Commands

# Help & Commands
coindex -h

# Version
coindex -V

# API Key Commands
coindex key set
coindex key show
coindex key remove

# Crypto Check Commands
coindex check price

# Check Specific Coins (default: BTN,ETH,XRP)
coindex check --coin=BTC,ETH

# Choose Currency (Default: USD)
coindex check --cur=EUR

Version

1.0.0

License

MIT

About

Node.js CLI for checking crypto prices


Languages

Language:JavaScript 100.0%