npm install @faouzkk/lyrics-finder
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.