0.2.2 • Published 9 years ago

youtube-api-simple v0.2.2

Weekly downloads
9
License
MIT
Repository
github
Last release
9 years ago

#Youtube API

youtube-api-simple

installation

npm install youtube-api-simple --save

Example

var api = require('youtube-api-simple');

var youtube = api({
	api: '{your api key}',
	uri: 'https://www.googleapis.com/youtube/v3/'
});

youtube.channels().list({
	part: 'contentDetails',
	forUsername: 'nosthertus'
}).then(function(data){
	console.log(data);
});

Supported Services

  • Activities
  • Channels
  • Comments
  • Playlists
  • Videos

This package is still under development by myself. if you wish to contribute, please fork this project and pull requests.. I will be glad to recieve all kind of contributions

License: MIT

0.2.2

9 years ago

0.2.1

9 years ago

0.2.0

9 years ago