A quick and derpy thing that will send you a text message whenever Bitcoin to USD rate hits a certain price.
###Instructions
-
Clone the project
-
Sign up for Twilio (you can make do with a free account— all your texts will just have 'Sent from your Twilio trial account' prepended to it)
-
Make note of your TWILIO_ACCOUNT_SID and TWILIO_AUTH_TOKEN
-
Sign up for heroku and deploy
-
Add the Heroku Scheduler add-on and add the following command: $ node check_price.js
-
In terminal, type the following command, replacing with your own credentials
heroku config:set TWILIO_ACCOUNT_SID=TWILIO_ACCOUNT_SID TWILIO_AUTH_TOKEN=TWILIO_AUTH_TOKEN PHONE_NUMBER=phone number to text RATE=bitcoin usd exchange rate you want to get notified at