azlyrics-scrape-api
Advanced tools
Comparing version 1.1.0-beta to 1.1.1-beta
{ | ||
"name": "azlyrics-scrape-api", | ||
"version": "1.1.0-beta", | ||
"version": "1.1.1-beta", | ||
"description": "AzLyrics webscraper that returns a promise in JSON format. Another feature of this scraper is that it prevents the anti-bot detection so we can avoid human verifications such as captchas.", | ||
@@ -5,0 +5,0 @@ "main": "./dist/esm/index.js", |
@@ -9,3 +9,3 @@ # AZLYRICS LYRIC SCRAPER | ||
``` | ||
npm i azlyrics-lyric-scraper | ||
npm i azlyrics-scrape-api | ||
``` | ||
@@ -16,5 +16,5 @@ | ||
//CommonJS | ||
const azlyrics = require("azlyrics-lyric-scraper"); | ||
const azlyrics = require("azlyrics-scrape-api"); | ||
//ES Module | ||
import azlyrics from 'azlyrics-lyric-scraper'; | ||
import azlyrics from 'azlyrics-scrape-api'; | ||
``` | ||
@@ -26,3 +26,3 @@ | ||
(async()=> | ||
const azlyrics = require("azlyrics-lyric-scraper"); | ||
const azlyrics = require("azlyrics-scrape-api"); | ||
@@ -29,0 +29,0 @@ let res1 = await azlyrics.searchSong('Mou Sukoshi Dake Yoasobi') |
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
33417