azlyrics-ext
TypeScript icon, indicating that this package has built-in type declarations

1.0.1 • Public • Published

AZLyrics Extractor 🎶

🤔 Whats is this?

Just a simple AZLyrics.com scraper.

💻 Installation

npm install azlyrics-ext

⚙️ Usage

const AZLyrics = require("azlyrics-ext");
import * from AZLyrics from "azlyrics-ext";

📎 Links

✏️ Examples

Searching

const songs = await AZLyrics.search("faded");

console.log(songs);

Searching and fetching lyrics

const songs = await AZLyrics.search("faded");

const { title, lyrics } = await AZLyrics.getTrack(songs[0].url);
console.log(`Lyrics of ${title}`);
console.log(lyrics);

Package Sidebar

Install

npm i azlyrics-ext

Weekly Downloads

6

Version

1.0.1

License

MIT

Unpacked Size

11.3 kB

Total Files

12

Last publish

Collaborators

  • zyrouge