Skip to content

Commit

Permalink
Added key part
Browse files Browse the repository at this point in the history
  • Loading branch information
Exerra committed Oct 13, 2021
1 parent 0bd528b commit 4c166aa
Show file tree
Hide file tree
Showing 4 changed files with 66 additions and 155 deletions.
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"
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
197 changes: 45 additions & 152 deletions package-lock.json

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

14 changes: 11 additions & 3 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,11 +7,19 @@
"type": "git",
"url": "https://github.com/Exerra/node-musickit-api.git"
},
"keywords": ["node", "musickit", "node-musickit", "apple", "apple music", "music", "api"],
"keywords": [
"node",
"musickit",
"node-musickit",
"apple",
"apple music",
"music",
"api"
],
"author": "Exerra <[email protected]> (https://exerra.xyz)",
"license": "MIT",
"engines": {
"node" : ">=12"
"engines": {
"node": ">=12"
},
"dependencies": {
"axios": "^0.21.4",
Expand Down

0 comments on commit 4c166aa

Please sign in to comment.