Skip to content

kandasoftware/evernote-sdk-javascript

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Evernote SDK for Javacsript

Evernote API version 1.22

Overview

This SDK contains wrapper code used to call the Evernote Cloud API from javascript apps.

The SDK also contains some samples. The code in javascript/background.js demonstrates the basic use of the SDK to access the Evernote Cloud API.

Prerequisites

In order to use the code in this SDK, you need to obtain an API key from http://dev.evernote.com/documentation/cloud. You'll also find full API documentation on that page.

In order to run the sample code, you need a user account on the sandbox service where you will do your development. Sign up for an account at https://sandbox.evernote.com/Registration.action

Getting Started

The sample application demonstrates how to use the Evernote SDK for javascript apps to authentication to the Evernote service using OAuth, then access the user's Evernote account. To run the sample project:

  • edit src\main\resources\javascript\auth.js with your correct params
  • go to Google Chrome - settings - extentions
  • load unpack extention src\main\resources\
  • you will see JS icon on the toolbar in the browser
  • app will be trying to authenticate to the Evernote using your paramms from auth.js
  • if authentication will be successfull you can click to JS icon and open test page
  • sample gets user, list of user's notebooks and add test note to default notebook

About

Evernote SDK for Javacsript

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published