1.0.8 • Published 6 years ago

node-yt v1.0.8

Weekly downloads
3
License
MIT
Repository
github
Last release
6 years ago

Get detailed list of all videos from a YouTube Channel

npm install node-yt --save

Usage

Import the module on your node project and follow the below method to get list of all videos under a YouTube Channel.

const yt = require('node-yt')

yt.get('API_KEY', 'Channel_ID') // Only Channel ID, User ID not supported
    .then((videos) => {
	    console.log(videos)
	})
	.catch((err) => {
		console.log(err)
	})

Test

API_KEY={ Your API KEY } npm test

Click here to get API_Key from Google Developers Console

Report bugs on GitHub - https://github.com/iSanjayAchar/node-yt/issues

This module is a re-write of youtube-channel-videos. This module gives you detailed info about the videos

1.0.8

6 years ago

1.0.7

6 years ago

1.0.6

6 years ago

1.0.5

6 years ago

1.0.4

6 years ago

1.0.3

6 years ago

1.0.2

6 years ago

1.0.1

6 years ago

1.0.0

6 years ago