@oyy-gus/erela.js-apple
TypeScript icon, indicating that this package has built-in type declarations

0.0.3 • Public • Published

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

Example Usage

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

const manager = new Manager({
  plugins: [
    // Initiate the plugin
    new AppleMusic()
  ]
});

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

Versions

Current Tags

VersionDownloads (Last 7 Days)Tag
0.0.365latest

Version History

VersionDownloads (Last 7 Days)Published
0.0.365
0.0.259
0.0.12

Package Sidebar

Install

npm i @oyy-gus/erela.js-apple

Weekly Downloads

126

Version

0.0.3

License

ISC

Unpacked Size

17 kB

Total Files

6

Last publish

Collaborators

  • oyy-gus