1.0.0 • Published 3 years ago

yt-lirik v1.0.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

Youtube-Lyrics-Finder

a Simple library to Search Lyrics from Youtube Videos image

npm install yt-lirik

or

yarn add yt-lirik

Test

const yt = require('yt-lirik');

(async() =>{

    const tes = await yt.getLyrics("https://www.youtube.com/watch?v=DDWKuo3gXMQ");
    console.log(tes)
})()

Author

Abdul Muttaqin

1.0.0

3 years ago