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
#Installation
npm install crypto-price-monitor --save
Screenshot
examples/demo.js
Termux (Android)
Usage
var crypto_price_monitor = require("crypto-price-monitor")({
cryptosOfInteres: "BTC,ETH,LTC"
});
crypto_price_monitor.start();