Evernote Javascript SDK Meteor Demo
This application uses the Meteor framework to demonstrate the use of OAuth to authenticate to the Evernote web service.
{{#if error_on}}
{{> error}}
{{/if}}
Authentication
{{#if loggedIn}}
{{> logout}}
Notebooks
{{#if notebooks}}
{{#each notebooks}}
- {{name}}
{{/each}}
{{/if}}
{{else}}
{{> login}}
{{/if}}
Current status
- NoteStore URL: {{edamNoteStoreUrl}}
- Web API URL prefix: {{edamWebApiUrlPrefix}}
Token Credentials:
- token: {{oauthAccessToken}}
- secret: {{oauthAccessTokenSecret}}
- User ID: {{edamUserId}}
- Expires: {{edamExpires}}