node-lyrics
Advanced tools
+1
-1
@@ -33,3 +33,3 @@ 'use strict'; | ||
| // Sync: Parsing JSON with try/catch | ||
| const artistBody = parseJSON(res.text); | ||
| let artistBody = parseJSON(res.text); | ||
@@ -36,0 +36,0 @@ // Return if there are no albums |
+1
-1
@@ -42,3 +42,3 @@ 'use strict'; | ||
| // Sync: Parsing JSON with try/catch | ||
| const artistBody = parseJSON(res.text); | ||
| let artistBody = parseJSON(res.text); | ||
@@ -45,0 +45,0 @@ // Return if there are no albums |
+1
-1
| { | ||
| "name": "node-lyrics", | ||
| "version": "2.1.0", | ||
| "version": "2.1.1", | ||
| "description": "Get the lyrics to your favorite songs", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
+15
-0
@@ -13,2 +13,6 @@ # node-lyrics | ||
| $ npm install --save node-lyrics | ||
| # OR (CLI) | ||
| $ npm install --global node-lyrics | ||
| ``` | ||
@@ -32,2 +36,13 @@ | ||
| ## Usage CLI | ||
| ```bash | ||
| $ lyrics "james blake" retrograde | ||
| # > james blake - retrograde [Overgrown] | ||
| # > You're on your own, | ||
| # > In a world you've grown, | ||
| # > ... | ||
| ``` | ||
| ## v2 | ||
@@ -34,0 +49,0 @@ * Supports Promises! |
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
URL strings
Supply chain riskPackage contains fragments of external URLs or IP addresses, which the package may be accessing at runtime.
Found 1 instance in 1 package
16202
1.3%124
13.76%