crypto-price-monitor

1.0.4 • Public • Published

crypto-price-monitor

Continuously monitors cryptocurrency prices and the total market cap. Currently, the prices are fetched from CoinGecko.

This module is ideal for Termux in Android to continuously show the price of cryptocurrencies in the notification area. See examples/termux.js

NPM NPM Downloads

  • Supports more than 5000 cryptocurrencies
  • Continuously displays the prices and total market cap
  • Accepts callbacks for each time the price is updated

Installation

npm install crypto-price-monitor --save

Screenshot

examples/demo.js Output example

Termux (Android)

Termux

Usage

var crypto_price_monitor = require("crypto-price-monitor")({
  cryptosOfInteres: "BTC,ETH,LTC"
});
crypto_price_monitor.start();

Package Sidebar

Install

npm i crypto-price-monitor

Weekly Downloads

1

Version

1.0.4

License

ISC

Unpacked Size

4.55 MB

Total Files

12

Last publish

Collaborators

  • ourarash