This is the forum archive of Homey. For more information about Homey, visit the Official Homey website.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
The Homey Community has been moved to https://community.athom.com.
This forum is now read-only for archive purposes.
ING Saldo Check
DieterKoblenz
Member
First of all I am not a "real" coder and this will never come in the app store due to various reasons but I wanted to share this very small project made possible by Emile himself Using his script (http://weejewel.tweakblogs.net/blog/6288/ing-saldo-ophalen-met-php.html#r_172528) I made a small tool where I can check the current amount on my banking account.
Put the script on your (hopefully safe) web server, modify it to spit out useful information and call it from your app (I use the node.js module "request").
So when I ask Homey: "How much money do I have left?" it replies with "You have ... euros left."
Put the script on your (hopefully safe) web server, modify it to spit out useful information and call it from your app (I use the node.js module "request").
So when I ask Homey: "How much money do I have left?" it replies with "You have ... euros left."
Comments
I think it, in it self, is a great idea. But, since all the fake spam email and stuff, people are a bit more preserved on software or services when there bank (details) are involved. Again, in it self it's a great idea and app, but since all the hassle with spam an phishing, I do get that people don't trust this. And i don't think you can blame them...
Reactions on the other hand... yeah, that is a different discussion
One of the reasons this will never be in the app store
Given that hackers were even able to hack the SWIFT system and digitally rob several banks, I'm sure they would have no problems getting through the loopholes/bugs in the system to get onto a secure server with a firewall. So even there, I definitely wouldn't store my private bank account info. Don't want to give them that kind of present if they do make it through...
It's very easy to port to Node.js. Give it a shot! It won't be accepted in the App Store (I got my share of legal trouble with ING already), yet still fun for everyone to install.