1.0.3 • Published 1 year ago
@faouzkk/lyrics-finder v1.0.3
Install the package 📥
npm install @faouzkk/lyrics-finderUsage 📚
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.