Skip to content

An easy to use project to access youtube apis. From fetching all videos from a channel to fetch deep details of a video.

Notifications You must be signed in to change notification settings

GyanBlog/youtube-api-nodejs

Repository files navigation

youtube-api-es6

Youtube API

Youtube API

To search youtube videos, and get details of youtube videos. Currently, there is mostly get apis.

Web

https://www.gyanblog.com

Usage

var youtubeApiEs6 = require('youtube-api-es6')

This is the simplest of youtube module, where you can:

  • Get deep details of a video
  • Get all videos from a channel
  • Get all videos from a playlist
  • Get all comments of a video
  • Get video thumbnail details, user details, number of views, duration etc.

Reference

For usage details, See https://www.gyanblog.com/gyan/44-youtube-api-nodejs-usage-example

Install

With npm installed, run

$ npm install youtube-api-es6

Acknowledgments

youtube-api-es6 was inspired by https://www.gyanblog.com

License

ISC

About

An easy to use project to access youtube apis. From fetching all videos from a channel to fetch deep details of a video.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published