Skip to content

Latest commit

 

History

History
15 lines (13 loc) · 649 Bytes

README.md

File metadata and controls

15 lines (13 loc) · 649 Bytes

Apple Card Spending Viewer

See where you be putting that money

About

This is a simple csv reader that checkes your spending summary and splits it into the categories that you are spending money on.

How To

  1. Go to your Wallet app on your iPhone
  2. Click on your Apple Card, then select your "Card Balance"
  3. At the bottom you will see "Statements" - Select the most recent one
  4. Click Export Transactions and select CSV
  5. Share this file to your computer
  6. Add the file inside the Spending-Viewer folder and rename it to transactions.csv
  7. Run the app

This is a simple demo to read csv files and use that data. Feel free to enjoy!