Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fdciabdul/youtube-lyrics-finder

a Simple library to Search Lyrics from Youtube Videos
https://github.com/fdciabdul/youtube-lyrics-finder

Last synced: 2 days ago
JSON representation

a Simple library to Search Lyrics from Youtube Videos

Awesome Lists containing this project

README

        

# Youtube-Lyrics-Finder
a Simple library to Search Lyrics from Youtube Videos
![image](https://user-images.githubusercontent.com/31664438/131443647-c1f99e33-9c83-43e9-b515-bff26fe65efe.png)

```bash
npm install @fdciabdul/yt-lirik
```

or

```
yarn add @fdciabdul/yt-lirik
```

## Test

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

(async() =>{

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

# Author

Abdul Muttaqin