getyoutubesubscriber
Advanced tools
Comparing version 0.1.3 to 0.1.4
{ | ||
"name": "getyoutubesubscriber", | ||
"version": "0.1.3", | ||
"version": "0.1.4", | ||
"description": "Simply get the number of subscriber count of user", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
@@ -11,3 +11,3 @@ # getYoutubeSubscriber | ||
getYoutubeSubscriber('{ Here place channel ID }').then((data) => { | ||
getYoutubeSubscriber('Here place channel ID').then((data) => { | ||
console.log(data) // log subscriber count | ||
@@ -14,0 +14,0 @@ }); |
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
1546