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
- Host: GitHub
- URL: https://github.com/parasop/applemusic.js
- Owner: parasop
- Created: 2022-08-20T07:03:49.000Z (almost 4 years ago)
- Default Branch: main
- Last Pushed: 2022-10-01T07:12:45.000Z (over 3 years ago)
- Last Synced: 2025-03-22T23:19:58.899Z (about 1 year ago)
- Language: JavaScript
- Size: 3.91 KB
- Stars: 2
- Watchers: 1
- Forks: 1
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
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)