Socket
Socket
Sign inDemoInstall

crypto-price-monitor

Package Overview
Dependencies
113
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    crypto-price-monitor

Continuously monitor cryptocurrency prices


Version published
Weekly downloads
6
Maintainers
1
Install size
17.8 MB
Created
Weekly downloads
 

Readme

Source

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

Keywords

FAQs

Last updated on 08 Aug 2019

Did you know?

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc