track-crypto
v1.0.1
Published
`track-crypto` is a tool for displaying live cryptocurrency prices via command-line interface (CLI). It is possible to view prices in the currency of your choice as well as using the coins you wish to use
Downloads
5
Maintainers
Readme
track-crypto
track-crypto
is a tool for displaying live cryptocurrency prices via command-line interface (CLI). It is possible to view prices in the currency of your choice as well as using the coins you wish to use
Output
Install
You can install track-crypto using npm or you can clone the project and install it from the repository
Using npm
$ npm i -g track-crypto
Cloning the project yourself
$ git clone https://github.com/deephunt3r/track-crypto.git
$ cd track-crypto
$ npm install -g
Getting an API
- Get an API key from nomics.com
- Use the command
track key set
to set the API key - Use the command
track key show
to check the API key - Use the command
track key remove
to remove the API key
Usage
track --help
- display usage informationtrack check price
- display cryptocurrencies--coin=BTC
- To check price of a particular coins--cur=USD
- To check prices in respective currency
Requirements
You will only need Node.js and a node global package, npm, installed in your environement.
Node
Download
Just go on official Node.js website and download the installer.
Package
You can install nodejs and npm easily with apt install
$ sudo apt install nodejs
$ sudo apt install npm