Skip to content

coryj627/phonegap-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 

Repository files navigation

PhoneGap example using the Evernote SDK for JavaScript

You can find the Evernote SDK for JavaScript here.

Required reading

Please check out the Evernote Developers portal page. Please see the Getting Started With iOS for PhoneGap guide here.

How to use

  1. In your index.js file, inside the scope of the 'app' object, make the following changes :

    consumerKey : 'your consumer key', consumerSecret : 'your consumer secret',

  2. Run the app and go through the OAuth flow.

  3. See the logs for the results of the API calls.

More information

  1. We are using jsOAuth for OAuth which can be found here.
  2. You can use the HTML/js code on any other platform supported by PhoneGap.
  3. Make sure you hide your consumer secret.
  4. This example requires the latest version of XCode.
  5. Most of the relevant code lives in www/js/index.js.

About

A PhoneGap example using the evernote js sdk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Objective-C 83.5%
  • JavaScript 13.0%
  • CSS 1.3%
  • Shell 1.1%
  • Other 1.1%