Socket
Socket
Sign inDemoInstall

geniuslyricfinder

Package Overview
Dependencies
35
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

    geniuslyricfinder

Uses genius.com to retrieve song lyrics


Version published
Weekly downloads
4
increased by33.33%
Maintainers
1
Install size
5.50 MB
Created
Weekly downloads
 

Readme

Source

LyricFinder

Scrapes from Genius to fetch useful song info including lyrics

Example

const geniuslyricfinder = require("geniuslyricfinder")
geniuslyricfinder.getLyrics("afterglow becky hill")
    .then(r => console.log(r))
    .catch(e => console.log(e))

Response

{
  artist: 'Wilkinson & Becky Hill',
  song: 'Afterglow',
  thumbnail: 'https://images.genius.com/d8a609e40816a1ccb0474122ced0f166.1000x1000x1.jpg',
  lyrics: "Even though the dancing's done\n" +
    "Don't worry cause the night is young\n" +
    'Who cares where we go\n' +
    "We're ready for the afterglow\n" +
    '\n' +
    'Someone hold the sunlight back\n' +
    'Cause we want this night to last\n' +
    '\n' +
    'Smoke and lasers, love and ravers\n' +
    "Afterglow, we're ready for the afterglow\n" +
    'Lights and action, strong attraction\n' +
    "Afterglow, we're ready for the afterglow\n" +
    'Oh baby, baby\n' +
    '\n' +
    "Afterglow, we're ready for the afterglow\n" +
    '\n' +
    "We're ready for the afterglow!\n" +
    '\n' +
    "Even though the dancing's done\n" +
    "Don't worry cause the night is young\n" +
    'Who cares where we go\n' +
    "We're ready for the afterglow\n" +
    '\n' +
    'Someone hold the sunlight back\n' +
    'Cause we want this night to lastSmoke and lasers, love and ravers\n' +
    "Afterglow, we're ready for the afterglow\n" +
    'Lights and action, strong attraction\n' +
    "Afterglow, we're ready for the afterglow\n" +
    'Oh baby, baby\n' +
    'Strong attraction\n' +
    'Oooh, oooh\n' +
    "Afterglow, we're ready for the afterglow"
}

Keywords

FAQs

Last updated on 09 Mar 2022

Did you know?

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc