
Security News
The Changelog Podcast: Practical Steps to Stay Safe on npm
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.
geniuslyricfinder
Advanced tools
Scrapes from Genius to fetch useful song info including lyrics
const geniuslyricfinder = require("geniuslyricfinder")
geniuslyricfinder.getLyrics("afterglow becky hill")
.then(r => console.log(r))
.catch(e => console.log(e))
{
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"
}
FAQs
Uses genius.com to retrieve song lyrics
We found that geniuslyricfinder demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 1 open source maintainer collaborating on the project.
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.

Security News
Learn the essential steps every developer should take to stay secure on npm and reduce exposure to supply chain attacks.

Security News
Experts push back on new claims about AI-driven ransomware, warning that hype and sponsored research are distorting how the threat is understood.

Security News
Ruby's creator Matz assumes control of RubyGems and Bundler repositories while former maintainers agree to step back and transfer all rights to end the dispute.