Skip to content

Latest commit

 

History

History
12 lines (8 loc) · 336 Bytes

README.md

File metadata and controls

12 lines (8 loc) · 336 Bytes

starlingGo

A Go module to extract data from the users starling bank account and create a simple html report of how much usable balance is left.

Primarily a way of teaching myself Go so will initially be horrible to look at.

TODO

  • Add tests
  • Add methods for handling starling incoming webhooks
  • Add github actions
  • Document