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

geniuslyricfinder

Package Overview
Dependencies
Maintainers
1
Versions
5
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

geniuslyricfinder

Uses genius.com to retrieve song lyrics

  • 1.0.4
  • latest
  • npm
  • Socket score

Version published
Maintainers
1
Created
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

Package last updated on 09 Mar 2022

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