Skip to content

Latest commit

 

History

History
26 lines (16 loc) · 680 Bytes

File metadata and controls

26 lines (16 loc) · 680 Bytes

angularGoogleApiWrapper

This project was created to enable quick integration between angular application and google API It will handle the correct loading of google client API for you by injecting code & Scripts.

Version 0.0.2 support the following:

  1. Adding support for playlistItems.list

Version 0.0.1 support the following:

  1. Public API access (no OAuth yet)
  2. YouTubeAPI with 1 method for getting channel activity
  3. Additional services, methods can be created in seconds with the ConstructAPICallMethod function

Installation

bower install angular-google-api-wrapper

add "angularGoogleApiWrapper" as a dependency.