1.0.7 • Published 4 years ago

erela.js-apple_music v1.0.7

Weekly downloads
-
License
ISC
Repository
-
Last release
4 years ago

What is this ?

This a plugin for Erela.JS to allow the use of AppleMusic URL's, it uses direct URL's being tracks, albums, and playlists and gets the YouTube equivalent.

Installation

NPM :

npm install erela.js-apple_music

Example Usage

const { Manager } = require("erela.js");
const AppleMusic  = require("erela.js-apple_music");

const manager = new Manager({
  plugins: [
    // Initiate the plugin and pass the two required options.
    new AppleMusic()
  ]
});

manager.search("https://music.apple.com/mx/album/happier-than-ever/1564530719");
1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.0

4 years ago