tsainte / SaveIt

iOS / WatchOS app to show your balances / transactions from banks in the UK by using Open (banking) APIs . For now integrated with Monzo and Starling! ❣️

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Welcome to SaveIt 👋💸

SaveIt is a quick alternative to have a look into your balances from the major banks in the UK on your iPhone and/or your Apple Watch. This has been done by using Open Banking APIs.

Watch app iPhone app

🚀At this moment the project is just an experiment and it is working, with limitations, with Monzo and Starling developer accounts only. I do have plans to integrate with Revolut, Lloyds and HSBC if possible in the near future.

Purpose 🤓

I'm an Apple Watch aficionado, who uses the watch in every opportunity I can. I believe it saves a lot of time by, for instance, take the bus or the tube in London and pay with apple pay with your watch instead using your phone or an Oyster card.

Given that, I think it would be super useful and cool to have my current account balances on Apple Watch. Not only a simple single view application, but also show the balances as complications in the watch face.

To run the project 🏃‍

  • sudo gem install bundler
  • bundle install
  • pod install
  • Rename configuration_example.plist file to configuration.plist
  • Add your secrets and tokens from Monzo and Starling to configuration.plist

For the branching strategy the project uses git flow and for CI it will use a Jenkins pipeline together with fastlane.

Speaking about pipelines... 🚀

For a long time now, Fastlane is the bomb. I've been running the lanes in a macOS virtual machine with Jenkins and Sonar, as I'll explain soon in a Medium article. One of my favourite things to do is to run some metrics in the codebase. You could try by running fastlane metrics and it will execute:

About

iOS / WatchOS app to show your balances / transactions from banks in the UK by using Open (banking) APIs . For now integrated with Monzo and Starling! ❣️


Languages

Language:Swift 87.6%Language:Ruby 9.5%Language:Shell 2.9%