applemusic.js
v1.0.0
Published
applemusic.js is a powerful Node.js module that allows you to interact with the Apple Music API very easily
Downloads
2
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
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");