https://github.com/belchenkov/node-crypto-price-cli
Build a CLI (command line interface) for a cryptocurrency price app.
https://github.com/belchenkov/node-crypto-price-cli
axios colors commander configstore inquirer nodejs
Last synced: 18 days ago
JSON representation
Build a CLI (command line interface) for a cryptocurrency price app.
- Host: GitHub
- URL: https://github.com/belchenkov/node-crypto-price-cli
- Owner: Belchenkov
- Created: 2020-04-14T15:25:37.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2021-05-11T11:05:28.000Z (over 4 years ago)
- Last Synced: 2025-03-02T17:50:32.780Z (7 months ago)
- Topics: axios, colors, commander, configstore, inquirer, nodejs
- Language: JavaScript
- Size: 25.4 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Coin Dex CLI
> Build a CLI (command line interface) for a cryptocurrency price app.
> Use Commander.js, Inquirer, configstore and some other modules.
> Register an API key at https://nomics.com## Usage
```
npm installnpm link
```## Commands
```
# Help & Commands
coindex-cli -h# Version
coindex-cli -V# API Key Commands
coindex-cli key set
coindex-cli key show
coindex-cli key remove# Crypto Check Commands
coindex-cli check price# Check Specific Coins (default: BTN,ETH,XRP)
coindex-cli check --coin=BTC,ETH# Choose Currency (Default: USD)
coindex-cli check --cur=EUR# Example:
coindex-cli check price --coin=BTC,ETH,XRP,LTC,EOS,XMR,ADA,DASH,ZEC,BCH,XLM,NEO,XEM,BAT,QTUM,ZRX,OMG --cur=USD