0.2.2 • Published 9 years ago
youtube-api-simple v0.2.2
#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