This Xcode project reads in a spreadsheet given from requesting your Apple Music data from Apple, parses through and processes that data to gather that amount of plays each song and artist has.
- Parses through the input CSV spreadsheet with a CSV Reader (https://github.com/yaslab/CSV.swift)
- Groups entries into songs and counts total plays
- Groups songs into artists and counts total plays
- Sorts and displays results
- Uses Apple MusicKit API to get artist images and play songs.
- Add code to a new Xcode Project for multiplatform.
- Run via iOS simulator, or run on personal iOS device.
* This will use my personal music listening history data requested from 2020, enjoy!
Go into AppleMusicCharts folder to explore the codebase!
