Skip to content

Latest commit

 

History

History
8 lines (6 loc) · 315 Bytes

README.md

File metadata and controls

8 lines (6 loc) · 315 Bytes

Example demonstrating how to use Google's OAuth with PhoneGap

Running the example

  1. Clone this repo, and run npm install
  2. Add a platform, for example ios cordova platform add ios
  3. Build the platform's project cordova build ios
  4. Launch the platform's simulator cordova emulate ios