1.0.7 • Published 9 months ago

@flytri/lyrics-finder v1.0.7

Weekly downloads
-
License
MIT
Repository
github
Last release
9 months ago

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.

1.0.7

9 months ago

1.0.6

11 months ago

1.0.5

11 months ago

1.0.4

11 months ago

1.0.3

11 months ago

1.0.2

11 months ago

1.0.1

11 months ago

1.0.0

11 months ago