@jeve/lyrics-finder
v1.0.1
Published
An npm package to fetch song lyrics from Google
Downloads
272
Readme
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.