Lyrics Finder
📥
Install the package npm install @jeve/lyrics-finder
📚
Usage const lyricsFinder = require("@jeve/lyrics-finder");
lyricsFinder.LyricsFinder("sacrifice - the weeknd").then((data) => {
console.log(data);
});
🤝
Contributing - Contributions, issues and feature requests are welcome!
- Feel free to check the issues page.