refactor(docs): read the description (#1631)

* refactor(docs): read the description

- Added missing platforms
- Unified GitHub links
- Added missing installVariables

* Update index.ts

* Update index.ts

* Update index.ts

* Update index.ts
This commit is contained in:
Daniel Sogl
2017-06-01 19:05:47 +02:00
committed by Ibby Hadeed
parent 985193bebd
commit 52dcd808b6
40 changed files with 67 additions and 45 deletions
@@ -23,9 +23,9 @@ import { Cordova, Plugin, IonicNativePlugin } from '@ionic-native/core';
plugin: 'cordova-plugin-googleplus',
pluginRef: 'window.plugins.googleplus',
repo: 'https://github.com/EddyVerbruggen/cordova-plugin-googleplus',
platforms: ['Web', 'Android', 'iOS'],
install: 'ionic cordova plugin add cordova-plugin-googleplus --variable REVERSED_CLIENT_ID=myreversedclientid',
installVariables: ['REVERSED_CLIENT_ID']
installVariables: ['REVERSED_CLIENT_ID'],
platforms: ['Web', 'Android', 'iOS']
})
@Injectable()
export class GooglePlus extends IonicNativePlugin {