Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 392 Bytes

README.md

File metadata and controls

20 lines (16 loc) · 392 Bytes

crypto-price-cli

A command line tool to get current market price of cryptos. It scrapes the price from Coindesk website.

Install package from npm

    # using npm
    npm i crypto-price-cli

Usage

    # Get <crypto> price
    crypto-price-cli <crypto>

    # Get crypto list
    crypto-price-cli -l

Author