Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 490 Bytes

README.md

File metadata and controls

29 lines (20 loc) · 490 Bytes

Youtube-Lyrics-Finder

a Simple library to Search Lyrics from Youtube Videos image

npm install @fdciabdul/yt-lirik

or

yarn add @fdciabdul/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