Skip to content
This repository was archived by the owner on Apr 29, 2024. It is now read-only.

FlyTri/lyrics-finder

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

23 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

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

Resources

License

Stars

1 star

Watchers

1 watching

Forks

Contributors