Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

coin-ticker-alarm

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

coin-ticker-alarm

Get push notification when coin price get higher/lower than user's input

  • 1.0.1
  • latest
  • Source
  • npm
  • Socket score

Version published
Maintainers
1
Created
Source

Coin Ticker Alarm

Get push notification when coin price get higher/lower than user's input

Install

$ npm i -g coin-ticker-alarm

Prerequisite

# Set some variables before running
$ export COIN_TICKERS_EXCHANGE="bithumb";
$ export COIN_TICKERS_PUSHER_KEY="XXXXXXXXXXXX";
$ export COIN_TICKERS_CURRENCY="ETH,BTC";
$ export COIN_TICKERS_WHEN="low";
$ export COIN_TICKERS_PRICE="500000,10000000";

Description

  • COIN_TICKERS_EXCHANGE should be one of bithumb, coinone, korbit.
  • You can get the API key for COIN_TICKERS_PUSHER_KEY in https://www.pushbullet.com/#settings
  • COIN_TICKERS_CURRENCY should be separated by ,. or write just one currency. like BTC
  • COIN_TICKERS_WHEN should be one of low, high.
  • COIN_TICKERS_PRICE should be separated by ,. it's count should be same as currencies'.

Run

$ coin-ticker

After getting notification, It will be closed automatically.

  • If you can not run, upgrade the node version

FAQs

Package last updated on 24 Nov 2017

Did you know?

Socket

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
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc