Does it ever seem like your monthly bills are out of control, even though you feel like you do everything in your power to keep them low? Maybe you aren't looking the right way.
Each monthly bill that you receive may not seem like much on their own, but combined, your bills can seem completely overwhelming. When it comes time to pay your electric bill, cable/internet bill, phone bill and rent/mortgage bill (just to name a few), you may feel a little bit like this guy:
We are developing a solution to make it easier to monitor your energy consumption. Wether it is your electric, gaz, water or internet consumption, we alert you when the rate is getting high.
Then you just have to make your energy appetite decrease by small steps. Our app will provide you with tips and hacks you can use to help reduce your consumption. No need to be this frugal :
To make our app possible, we need to create an IFTTT applet using a webhook :
-Register or create your account and click on "New Applet"
-Click on "+this" to select your trigger
-Search & select "Webhooks"
-Search & select "sms" and choose "send a sms"
-Enter the phone number
-Click on "create action" and "finish"
For the javascript to run, you should provide a consuDecrease variable that correspond to the decrease percentage in the user consumption, needed to reach the objective. The tip variable should be a string picked from a tip library we would need to make.
To learn more about IFTTT :
-IFTTT Documentation