Introducing Socket Firewall: Free, Proactive Protection for Your Software Supply Chain.Learn More
Socket
Book a DemoInstallSign in
Socket

azlyrics-ext

Package Overview
Dependencies
Maintainers
1
Versions
2
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

azlyrics-ext

Just a simple AZLyrics.com scraper.

latest
Source
npmnpm
Version
1.0.1
Version published
Weekly downloads
4
-66.67%
Maintainers
1
Weekly downloads
 
Created
Source

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";
  • Documentation
  • NPM
  • GitHub

✏️ 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);

Keywords

lyrics

FAQs

Package last updated on 12 May 2021

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts