1.0.0 • Published 7 years ago

youtube-uploads v1.0.0

Weekly downloads
1
License
ISC
Repository
-
Last release
7 years ago

youtube-uploads

Get the uploads of a specific Youtube channel.

API

const youtubeUploads = require('youtube-uploads')

// The functions takes the Youtube API key a channelname and
// a pages amount. The API returns the video data in pages, each
// page contains data of 5 videos.
const arrayOfVideoData = youtubeUploads('YOUR_YT_API_KEY', 'channelname', 5)
1.0.0

7 years ago