## Creating the token (JWT)

[This article](https://medium.com/@leemartin/creating-an-apple-music-api-token-e0e5067e4281) outlines steps.

1. Login to Apple Developer console.
2. Go to `Certificates, Identifiers & Profiles`
3. Create a 'Music ID' (in left column)
4. Go to `Certificates, Identifiers & Profiles`
5. Got to Keys > All (in left column)
6. Press the `+` button in top-right
7. Download the key to your local machine
8. Copy key file contents into `applemusic/api/create-token.js`
9. Run `yarn applemusic create-token`
