1.0.4 • Published 5 years ago

crypto-price-monitor v1.0.4

Weekly downloads
3
License
ISC
Repository
github
Last release
5 years ago

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();