Skip to content

Command line interface to check cryptocurrency prices.

License

Notifications You must be signed in to change notification settings

mdossantosdev/coindex-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

18 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Coindex CLI

Command line interface to check cryptocurrency prices.

📦 Built with

  • Node.js
  • Commander.js
  • Inquirer.js
  • Configstore
  • Axios
  • Colors.js

🖥️ Getting Started

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

  1. Clone the repository
$ git clone https://github.com/mdossantosdev/coindex-cli.git
  1. Go into coindex-cli
$ cd coindex-cli
  1. Install dependencies
$ npm install
  1. Create global link
$ npm link
  1. 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,LINK)
coindex check --coin=BTC,ETH

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

© License

This project is licensed under the MIT License.