Skip to content

Latest commit

 

History

History
32 lines (24 loc) · 792 Bytes

README.md

File metadata and controls

32 lines (24 loc) · 792 Bytes

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