An open API service indexing awesome lists of open source software.

https://github.com/parasop/applemusic.js

applemusic.js is a powerful Node.js module that allows you to interact with the Apple Music API very easily
https://github.com/parasop/applemusic.js

Last synced: 8 months ago
JSON representation

applemusic.js is a powerful Node.js module that allows you to interact with the Apple Music API very easily

Awesome Lists containing this project

README

          

# applemusic.js

applemusic.js is a powerful Node.js module that allows you to interact with the Apple Music API very easily

#### Installation

```
npm intall applemusic.js
```

## Usage
```js
const AppleMusic = require("applemusic.js");

let apple = new AppleMusic()

//examples

let playlist = await apple.search("https://music.apple.com/us/album/bollywood-lofi/1610407639")

let song = await apple.search("tum hi aana");

```

## [Donate us](https://ko-fi.com/parasdev)

## [Discord Server](https://discord.gg/ghysw8CPBf)