Investigations - Evernote API
Overview
Note
-
https://github.com/Evernote/evernote-sdk-js/tree/master/sample/express
-
https://sandbox.evernote.com/Registration.action
-
Get key using https://dev.evernote.com/key.php
-
-
npm i
-
http://localhost:3000/
-
During OAuth, I got
Error in Thrift HTTP response: 301
…-
https://stackoverflow.com/questions/70636064/fixing-error-in-thrift-http-response-301-in-evernote-js-sdk suggest to use
"evernote": "^2.0.5"
. -
See https://www.npmjs.com/package/evernote?activeTab=versions
-
-