Skip to content

Commit

Permalink
Fixed conflicts
Browse files Browse the repository at this point in the history
  • Loading branch information
Exerra committed Oct 21, 2021
2 parents 488a415 + 4c166aa commit 1b04a28
Show file tree
Hide file tree
Showing 5 changed files with 45 additions and 38 deletions.
Binary file modified .DS_Store
Binary file not shown.
2 changes: 2 additions & 0 deletions .replit
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
language = "nodejs"
run = "npm start"
Binary file modified docs/.DS_Store
Binary file not shown.
8 changes: 8 additions & 0 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,14 @@ A wrapper for the Apple Music API written in NodeJS

## Quick start

### Getting keys
#### Registering an identifier
So first you need to register an identifier for MusicKit.
Go [here](https://developer.apple.com/account/resources/identifiers/list) and create a Media ID. Identifiers are not needed for this package, but you still need one to...

#### Creating a key
After you got the identifier, go [here](https://developer.apple.com/account/resources/authkeys/list) and create a key for Media services. Create a key with *at least* MusicKit permissions.

### Installation
Installation is easy! Just do `npm i ${package}` (or `yarn add ${package}` if you use the superior package manager) and enjoy!

Expand Down
73 changes: 35 additions & 38 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 1b04a28

Please sign in to comment.