Skip to content

slampenny/ng-youtube-upload

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

16 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

ng-youtube-upload

This is an angular model that will let you log into youtube and then upload a video to your channel from your website. Uses bootstrap, with its own CSS.

An Angular wrapper on the YouTube v3 API

Usage

  • Include the app/ng-youtube-upload.js and app/upload_video.html files in your project.

  • Include ng-youtube-upload as a dependency for your Angular app:

     var myApp = angular.module('MyApp', ['youtube-video']);
    
  • Then simply use the directive in a template. "clientid" is your App's YouTube Client API which you can find here:

     <div youtube-video-upload clientid="YOUR CLIENT ID" data-video-title="{{name}}" data-video-desc="{{desc}}"></div>
    

About

This is an angular model that will let you log into youtube and then upload a video to your channel from your website. Uses bootstrap, with its own CSS.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published