1.2.3-beta • Published 5 months ago

azlyrics-scrape-api v1.2.3-beta

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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-scrape-api

Require to export function

//CommonJS
const azlyrics = require("azlyrics-scrape-api");
//ES Module
import azlyrics from 'azlyrics-scrape-api';

SIMPLE USAGE

usage of searchSong() and getLyrics()

(async()=>
const azlyrics = require("azlyrics-scrape-api");

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

5 months ago

1.2.3-beta

5 months ago

1.2.0-beta

1 year ago

1.1.9-beta

1 year ago

1.1.8-beta

1 year ago

1.1.7-beta

1 year ago

1.1.6-beta

1 year ago

1.1.5-beta

1 year ago

1.1.4-beta

1 year ago

1.1.3-beta

1 year ago

1.1.2-beta

1 year ago

1.1.1-beta

1 year ago

1.1.0-beta

1 year ago