eth-alert
v1.0.3
Published
slack alerts for price of Ethereum on GDAX exchange
Downloads
7
Maintainers
Readme
eth_alert
slack alerts for price of Ethereum on GDAX exchange
installation
install using node package manager
https://www.npmjs.com/package/eth-alert
$ npm install eth-alert
or clone repository
$ git clone https://github.com/waymobetta/eth-alert.git
$ npm install
$ update config.json with credentials
usage
Example: single usage (single alert if price rises higher than 210 or falls below 200)
$ node index.js -c 210 -f 200
Example: cronjob to watch price/run every 30 seconds (recurring alert if price rises higher than 210 or falls below 200)
$ watch -n 30 node index.js -c 210 -f 200
resources
Slack API: https://api.slack.com/
GDAX API: https://docs.gdax.com/
license
MIT