Socket
Socket
Sign inDemoInstall

track-crypto

Package Overview
Dependencies
75
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    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


Version published
0
Maintainers
1
Created
Weekly downloads
 

Readme

Source

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

image

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 information
  • track 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

Keywords

FAQs

Last updated on 06 Jun 2022

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc