Fetches a song from AZLyrics.com
const songs = await AZLyrics.getTrack("https://www.azlyrics.com/lyrics/alanwalker/faded.html");
AZLyrics URL of the track
Searches for songs in AZLyrics.com
const songs = await AZLyrics.search("faded");
Search terms
Options
Generated using TypeDoc
Fetches a song from AZLyrics.com
const songs = await AZLyrics.getTrack("https://www.azlyrics.com/lyrics/alanwalker/faded.html");