@faouzkk/lyrics-finder
v1.0.3
Published
Scrapping lyrics from letras
Downloads
11,476
Maintainers
Readme
Install the package 📥
npm install @faouzkk/lyrics-finder
Usage 📚
const getLyrics = require('@faouzkk/lyrics-finder');
(async () => {
try {
const lyrics = await getLyrics('Eminem Lose Yourself');
console.log(lyrics);
} catch (error) {
console.log(error)
}
})();
Contributing 🤝
Contributions, issues and feature requests are welcome!
Feel free to check the issues page.