Skip to content

get your own oauth token (eg. when developer token is broken)

Notifications You must be signed in to change notification settings

TjenWellens/evernote-oauth-server

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

create a .env file

BASE_URL="http://localhost:3000"
CONSUMER_KEY="..."
CONSUMER_SECRET="..."

run

npm install
npm start

use

  • go to localhost:3000
  • give yourself permission
  • copy your token from the webpage

About

get your own oauth token (eg. when developer token is broken)

Resources

Stars

Watchers

Forks