Security News
Maven Central Adds Sigstore Signature Validation
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
easy-lyrics
Advanced tools
This is a little module I made for my Discord bot to simplify the process of getting lyrics from Genius. It basically wraps genius-lyrics
npm i -s easy-lyrics
The usage of this module is pretty simple:
const Lyrics = require('easy-lyrics')
var lyrics = new Lyrics("optional-genius-api-key") // if no key is provided, the library will scrape data
(async () => {
var results = await lyrics.fetch("blinding lights the weeknd", true) // if you want extra data besides the lyrics such as artist, title, etc, pass a true value for the 2nd parameter
console.log(results)
/*
{
title: 'Blinding Lights',
artist: 'The Weeknd',
thumbnail: 'https://images.genius.com/0b32bf010a7361676426365480c5cce8.300x300x1.jpg',
url: 'https://genius.com/The-weeknd-blinding-lights-lyrics',
lyrics: "..."
}
*/
})()
This library wraps another module. genius-lyrics by zyrouge
FAQs
Fetches lyrics from the Genius Lyrics API
The npm package easy-lyrics receives a total of 0 weekly downloads. As such, easy-lyrics popularity was classified as not popular.
We found that easy-lyrics 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
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.
Security News
CISOs are racing to adopt AI for cybersecurity, but hurdles in budgets and governance may leave some falling behind in the fight against cyber threats.
Research
Security News
Socket researchers uncovered a backdoored typosquat of BoltDB in the Go ecosystem, exploiting Go Module Proxy caching to persist undetected for years.