This package contains code for retrieving song information and lyrics from Google and Musixmatch. The code is written in TypeScript and uses the JSDOM library for DOM manipulation and axios for making HTTP requests.
npm:
npm install @flytri/lyrics-finderyarn:
yarn add @flytri/lyrics-finderconst { Google, Musixmatch } = require("@flytri/lyrics-finder");
Google("2 phút hơn", "vi").then(console.log);
// or
Musixmatch("2 phút hơn").then(console.log);This code is provided under the MIT License. Feel free to modify and use it in your projects.