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
- 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
Termux (Android)
Usage
var crypto_price_monitor = cryptosOfInteres: "BTC,ETH,LTC";crypto_price_monitorstart;