@flytri/lyrics-finder
TypeScript icon, indicating that this package has built-in type declarations

1.0.7 • Public • Published

lyrics-finder

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.

Installation

npm:

npm install @flytri/lyrics-finder

yarn:

yarn add @flytri/lyrics-finder

Example usage

const { 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);

License

This code is provided under the MIT License. Feel free to modify and use it in your projects.

Package Sidebar

Install

npm i @flytri/lyrics-finder

Weekly Downloads

72

Version

1.0.7

License

MIT

Unpacked Size

6.77 kB

Total Files

5

Last publish

Collaborators

  • vominhtri2010