1.1.1 • Published 6 years ago

coincow v1.1.1

Weekly downloads
-
License
MIT
Repository
github
Last release
6 years ago

💰 Coin 🐮 Cow

A magical cow that tells you the current LTC, ETH or BTC price, in EUR or USD, right from your terminal.

npm.io

Powered by the Coinbase API.

Install

You'll need to have Node.js version 9 or greater installed, then run:

npm i -g coincow

Usage

> coin help

  Usage
    > coin [ltc|eth|btc] [eur|usd]

  Examples
    > coin ltc eur
    > coin eth usd

Alternatively, you can use npx if you don't want to install globally, for example:

npx coincow ltc eur