Skip to content

VillainsRule/AppleMusic

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

apple-music

a search package for apple music that requires no credentials!



disclaimer

the point of this package is NOT to provide some sort of "clean" API for apple music searching.

the point of this package is to provide a wrapper for apple music's API protection.



usage

usage is relatively simple:

import AppleMusic from 'apple-music';

const apple = new AppleMusic();

const search = await apple.search('Blinding Lights');
const rawSong = search.results.top.data[0];
const songInfo = search.resources.songs[rawSong.id].attributes;
console.log(songInfo);



made with ❤️

About

a search package for apple music that requires no credentials!

Topics

Resources

Stars

Watchers

Forks