Youtube API
npm install youtube-api-es6> Youtube API
js
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-exampleInstall
With npm installed, run
`
$ npm install youtube-api-es6
``youtube-api-es6 was inspired by https://www.gyanblog.com
ISC