Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

yt-api

Package Overview
Dependencies
Maintainers
1
Versions
27
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

yt-api - npm Package Compare versions

Comparing version 0.0.4 to 0.0.5

4

index.js

@@ -96,6 +96,2 @@ const request = require("request");

}
playlistSearch(query, callback) {
}
}

6

package.json
{
"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 @@

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc