Skip to content

hardwaresoftwork/angular-youtube-insights

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

angular-youtube-insights

AngularJS 1.x service for Google Youtube API

Youtube API Docs

Service Methods
  • getChannelStats
  • getChannelPlaylists
  • getPlaylistItems
  • getVideoDetails

Example

Just add the service as dependency to your controller and make a call. You need to obtain an API-key before.

ngYTInsights.getChannelStats('YOUR_CHANNELNAME')
.then(
  function( response ) {
    $scope.channeldata = response;
  }
);

Demo

About

AngularJS 1.x service for Google Youtube API

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors