Jeve-Stobs / lyrics-finder

An npm package to fetch song lyrics from Google

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Lyrics Finder


Install the package πŸ“₯

npm install @jeve/lyrics-finder

Usage πŸ“š

const lyricsFinder = require("@jeve/lyrics-finder");

lyricsFinder.LyricsFinder("blinding lights").then((data) => {
  console.log(data);
});

Contributing 🀝

  • Contributions, issues and feature requests are welcome!
  • Feel free to check the issues page.

About

An npm package to fetch song lyrics from Google

License:MIT License


Languages

Language:JavaScript 100.0%