genius-lyrics-api
Advanced tools
Comparing version 3.0.2 to 3.0.3
@@ -24,3 +24,2 @@ const axios = require('axios'); | ||
if (!lyrics) return null; | ||
if (lyrics.length > 4000) return null; | ||
return lyrics.trim(); | ||
@@ -27,0 +26,0 @@ } catch (e) { |
{ | ||
"name": "genius-lyrics-api", | ||
"version": "3.0.2", | ||
"version": "3.0.3", | ||
"main": "index.js", | ||
@@ -5,0 +5,0 @@ "author": { |
# genius-lyrics-api [![npm version](https://img.shields.io/npm/v/genius-lyrics-api.svg?style=flat)](https://www.npmjs.com/package/genius-lyrics-api) | ||
A package that leverages [Genius API](https://genius.com/developers) to search and fetch/scrape song lyrics and album art.<br/>It doesn't use any native node dependencies and therefore, can be used on the client-side. | ||
A JavaScript package that leverages [Genius API](https://genius.com/developers) to search and fetch/scrape song lyrics and album art.<br/>It doesn't use any native node dependencies and therefore, can be used on the client-side. | ||
@@ -5,0 +5,0 @@ ## Installation |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
9689
167