Skip to content

pjcarly/ember-google-picker

Repository files navigation

ember-google-picker

This is very much a Concept, I don't have much time to work on this, and invite anyone to send me pull requests

Installation

  • git clone <repository-url> this repository
  • cd ember-google-picker
  • npm install
  • bower install

Configuration

  • in your configuration.environment add keys to the ENV variable
var ENV = {
  googlePicker: {
    apiKey: <YOUR_GOOGLE_DEVELOPER_API_KEY>,
    clientId: <YOUR_GOOGLE_DEVELOPER_OAUTH_CLIENT_ID>,
    scope: [] // Optional scope for the views you want to support
  }
}

Component

{{google-picker valueChanged=(action 'googlePickerValueChanged')}}

Response

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published