Skip to content

Continuously monitors cryptocurrency prices and the total market cap

Notifications You must be signed in to change notification settings

ourarash/crypto-price-monitor

Repository files navigation

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

About

Continuously monitors cryptocurrency prices and the total market cap

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published