https://github.com/wonism/coin-ticker-alarm
Get push notification when coin price get higher/lower than user's input
https://github.com/wonism/coin-ticker-alarm
Last synced: about 2 months ago
JSON representation
Get push notification when coin price get higher/lower than user's input
- Host: GitHub
- URL: https://github.com/wonism/coin-ticker-alarm
- Owner: wonism
- License: mit
- Created: 2017-11-24T15:01:02.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2017-11-24T15:09:17.000Z (over 7 years ago)
- Last Synced: 2025-01-12T16:11:21.682Z (4 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# 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