azlyrics-lyric-scraper

1.0.9-official • Public • Published

AZLYRICS LYRIC SCRAPER

AzLyrics

AzLyrics webscraper that returns a promise in JSON format. Another feature of this scraper is that it prevents the anti-bot detection so we can avoid human verifications such as captchas.

HOW TO INSTALL?

npm i azlyrics-lyric-scraper

Require to export function

//CommonJS
const client = require("azlyrics-lyric-scraper");

SIMPLE USAGE

usage of searchSong() and getLyrics()

(async()=>
const azlyrics = require("azlyrics-lyric-scraper");

let res1 = await azlyrics.searchSong('Mou Sukoshi Dake Yoasobi')
console.log(res1)
let res2 = await azlyrics.getLyrics(res1.songs[0].url)
console.log(res2)
})()

Package Sidebar

Install

npm i azlyrics-lyric-scraper

Weekly Downloads

38

Version

1.0.9-official

License

MIT

Unpacked Size

6.83 kB

Total Files

4

Last publish

Collaborators

  • hackmesenpai