/apple-music-history

Simple Reactjs app for analysing your Apple Music play history

Primary LanguageJavaScriptMIT LicenseMIT

Netlify Status

Apple Music History

Client React app to get info from your apple music history

Read more on my 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.