Skip to content
This repository has been archived by the owner on Jun 26, 2023. It is now read-only.

Latest commit

 

History

History
23 lines (14 loc) · 1.1 KB

README.md

File metadata and controls

23 lines (14 loc) · 1.1 KB

Netlify Status

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

Using

Follow this guide from MacRumors on how to download your data and use the site

Getting Started

  1. git clone this repo
  2. cd into the folder
  3. Run npm install and wait for the dependencies to install
  4. Run npm run start to run the hot-reloading development server local. This runs at localhost:3000.

To build for production run npm run build and deploy the /build folder to your server.