Skip to content

lester51/Megalobiz-LRC-Scraper-JS

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 

Repository files navigation

MEGALOBIZ LRC SCRAPER

Megalobiz Logo

A simple lyric(.lrc) config scraper on megalobiz and returns a promise/JSON Object that contains config file for lyric file(.lrc) for vivo music.

HOW TO INSTALL?

npm i megalobiz-lrc-scraper

Require to export function

//CommonJS
const megalobiz = require('megalobiz-lrc-scraper');

SIMPLE USAGE

usage of searchLRC() and getLRC()

const megalobiz = require('megalobiz-lrc-scraper');

let res = await megalobiz.searchLRC({
 query: "Racing into the night"
})
console.log(res)

let res2 = await megalobiz.getLRC(res[0].link)
console.log(res2)

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published