Hey DEV community,
I’m trying to build a small utility to quickly check my FAB Bank balance without opening the mobile app every time. I’m curious if anyone here has done something similar—maybe via an API, a web automation script, or some kind of lightweight app.
A few questions I have:
Are there public or semi-public endpoints for retrieving balance info safely?
Would you handle this through a server-side script, or directly in a client-side app?
Any tips for keeping credentials secure while still making it convenient to check balances?
I’m mostly doing this for personal convenience, but I’d love to hear what approaches other developers take for similar tasks.
Thanks!
Top comments (0)