Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

lyrics-dumper

Package Overview
Dependencies
Maintainers
1
Versions
4
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

lyrics-dumper

Lyrics Dumper. Get lyrics from google with everything.

  • 1.0.0
  • latest
  • npm
  • Socket score

Version published
Weekly downloads
26
decreased by-70.11%
Maintainers
1
Weekly downloads
 
Created
Source

WELCOME TO LYRICS DUMPER!

Usage

ES5 Syntax

const { getLyrics } = require("lyrics-dumper");

const main = async () => {
  const result = await getLyrics("Lil Nas X, Jack Harlow - INDUSTRY BABY");

  console.log(result); // -> { result object }
};

main();

ES6 Syntax

import { getLyrics } from "lyrics-dumper";

const main = async () => {
  const result = await getLyrics("Lil Nas X, Jack Harlow - INDUSTRY BABY");

  console.log(result); // -> { result object }
};

main();
Example Output for Result
{
  "title": 'Romantic Lover',
  "artist": 'Eyedress',
  "lyrics": "She's a killer\n" +
    'Looking at ya\n' +
    "She's my type\n" +
    'Very nice to meet ya\n' +
    '\n' +
    "She's a killer\n" +
    'One look is all it takes\n' +
    "She's a killer\n" +
    'And she took my breath away\n' +
    '\n' +
    "She's a killer\n" +
    'Romantic lover\n' +
    'There is no other\n' +
    'She is my lover\n' +
    '\n' +
    'I need her\n' +
    'I gotta see her\n' +
    "Pullin' up on you girl\n" +
    'Very nice to meet ya\n' +
    '\n' +
    "She's a killer\n" +
    'I love her features\n' +
    'A perfect picture\n' +
    'Very nice to meet ya\n' +
    '\n' +
    "I'm tryna see ya\n" +
    "I'm tryna hear ya\n" +
    "Yes, you're my lover\n" +
    'There is no other',
  "source": 'Musixmatch'
}

WARNING!

If you are confronted with any problems, you can come to our discord support server below.

Support Server

Keywords

FAQs

Package last updated on 05 Dec 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

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc