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: 7 months ago
JSON representation
a Simple library to Search Lyrics from Youtube Videos
- Host: GitHub
- URL: https://github.com/fdciabdul/Youtube-Lyrics-Finder
- Owner: fdciabdul
- Created: 2021-08-31T04:26:48.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2023-03-18T05:55:31.000Z (over 2 years ago)
- Last Synced: 2025-04-15T00:54:31.908Z (7 months ago)
- Language: JavaScript
- Size: 7.81 KB
- Stars: 7
- Watchers: 2
- Forks: 2
- Open Issues: 2
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
- awesome-made-by-indonesian - Youtube-Lyrics-Finder - `a Simple library to Search Lyrics from Youtube Videos` *by [taqin](https://github.com/fdciabdul)* (Y)
- made-in-indonesia - Youtube-Lyrics-Finder - `a Simple library to Search Lyrics from Youtube Videos` *by [taqin](https://github.com/fdciabdul)* (Y)
README
# Youtube-Lyrics-Finder
a Simple library to Search Lyrics from Youtube Videos

```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