New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

simple-youtube-api

Package Overview
Dependencies
Maintainers
1
Versions
20
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

simple-youtube-api

A library that wraps the YouTube Data API

  • 6.0.0-beta.1
  • beta
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
3.9K
decreased by-22.91%
Maintainers
1
Weekly downloads
 
Created
Source

simple-youtube-api

simple-youtube-api is a library that wraps the YouTube Data API.

GitHub Forks GitHub Stars GitHub Watchers

Contributors Issues Pull Requests Size Version

Dependencies Vulnerabilities

Discord Twitter

Install

npm

npm install simple-youtube-api

yarn

yarn add simple-youtube-api

Usage

const YouTube = require('simple-youtube-api');
const youtube = new YouTube('YOUTUBE-API-KEY');

youtube.searchVideos('Centuries', 4)
    .then(results => {
        console.log(`The video's title is ${results[0].title}`);
    })
    .catch(console.log);

Author

👤 Tyler Richards

  • GitHub: @tjrgg
  • Twitter: @tjrgg

License

Copyright © 2020 Tyler Richards and contributors. All rights reserved.

Released under the Apache License, version 2.0.

FAQs

Package last updated on 02 Jun 2020

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

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