@faouzkk/lyrics-finder
Version:
Scrapping lyrics from letras
28 lines (20 loc) • 614 B
Markdown
<h2 style="text-align :center ; color: yellow ; font-size: 50px; font-family: 'Times New Roman', Times, serif;">Lyrics Finder</h2>
```bash
npm install @faouzkk/lyrics-finder
```
```js
const getLyrics = require('@faouzkk/lyrics-finder');
(async () => {
try {
const lyrics = await getLyrics('Eminem Lose Yourself');
console.log(lyrics);
} catch (error) {
console.log(error)
}
})();
```
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.