Warning With the release of Apple's native tool for music history, I've decided to retire the tool as it is stuck in dependency hell. Feel free to fork and bring it up to date if you wish, but don't expect it to work with any Apple data exports after 2022-01-01.
Client React app to get info from your apple music history
Read more on Pat Murray's site
Follow this guide from MacRumors on how to download your data and use the site
git clone
this repocd
into the folder- Run
npm install
and wait for the dependencies to install - Run
npm run start
to run the hot-reloading development server local. This runs atlocalhost:3000
.
To build for production run npm run build
and deploy the /build
folder to your server.