A tiny JavaScript library find lyrics of a song.
npm i @hunghg255/music-lyrics@latest
With yarn
yarn add @hunghg255/music-lyrics@latest
import { SearchLyrics } from '@hunghg255/music-lyrics';
// Node
// const { SearchLyrics } = require('@hunghg255/music-lyrics');
const lyrics = await SearchLyrics('good time owl');
Gia Hung – hung.hg