apple-music-history
apple-music-history copied to clipboard
Simple Reactjs app for analysing your Apple Music play history
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
-
git clone
this repo -
cd
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.