Comparing version 0.0.4 to 0.0.5
@@ -96,6 +96,2 @@ const request = require("request"); | ||
} | ||
playlistSearch(query, callback) { | ||
} | ||
} |
{ | ||
"name": "yt-api", | ||
"version": "0.0.4", | ||
"version": "0.0.5", | ||
"description": "", | ||
@@ -9,2 +9,6 @@ "main": "index.js", | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "" | ||
}, | ||
"author": "", | ||
@@ -11,0 +15,0 @@ "license": "ISC", |
# Welcome to the yt-api a light weight and easy to use api. | ||
# Installing is as simple as using | ||
Installing is as simple as using | ||
`npm i yt-api` | ||
# Setup | ||
###### To use the api you need a api key from google and you can get that [here](https://console.developers.google.com) | ||
###### Once you have created the api key you need to enable the `Youtube Data API v3` by clicking on the libraries tab and clicking on the `Youtube Data API v3` then click on enable and your done! | ||
To use the api you need a api key from google and you can get that [here](https://console.developers.google.com) | ||
Once you have created the api key you need to enable the `Youtube Data API v3` by clicking on the libraries tab and clicking on the `Youtube Data API v3` then click on enable and your done! | ||
# Using the api | ||
```javascript | ||
const yt-api = require("yt-api"); | ||
const API = new yt-api("PASTE_API_KEY_HERE"); | ||
const api = require("yt-api"); | ||
const API = new api("PASTE_API_KEY_HERE"); | ||
``` | ||
@@ -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
Native code
Supply chain riskContains native code (e.g., compiled binaries or shared libraries). Including native code can obscure malicious behavior.
Found 2 instances in 1 package
No repository
Supply chain riskPackage does not have a linked source code repository. Without this field, a package will have no reference to the location of the source code use to generate the package.
Found 1 instance in 1 package
0
14067
4
115