Command line interface to check cryptocurrency prices.
- Node.js
- Commander.js
- Inquirer.js
- Configstore
- Axios
- Colors.js
Register an API key at https://nomics.com
- Clone the repository
$ git clone https://github.com/mdossantosdev/coindex-cli.git
- Go into coindex-cli
$ cd coindex-cli
- Install dependencies
$ npm install
- Create global link
$ 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,LINK)
coindex check --coin=BTC,ETH
# Choose Currency (Default: USD)
coindex check --cur=EUR
This project is licensed under the MIT License.