Skip to content

Use evernote API as a logged-in user - react and express project

License

Notifications You must be signed in to change notification settings

galtenberg/evernote-random

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

73 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Provides a react client and express server implementation to fetch a random note from Evernote API.

Notice

Hi friends – this project is abandoned and unsupported. Please fork and make an even better version for yourself. Contact Tiago Forte for license options.

Remix on Glitch

  1. Click Remix: Remix on Glitch
  2. Update files (TODO fix this):
  • package.json proxy should show https://your-glitch-project-name.glitch.me
  • config/config.js Urls show https://your-glitch-project-name.glitch.me
  • src/config/config.js Urls show https://your-glitch-project-name.glitch.me
  • server/index.js static and sendFile references should be uncommented
  1. Set key.env values:
  • evernoteKey and evernoteSecret values to your API key
  • HOST=your-glitch-project.glitch.me
  1. Open Glitch project Advanced Options -> Open Console:
  • rm -rf build/
  • npm run build
  • refresh
  1. Click Show button on Glitch project

To run locally:

  1. On Glitch, under project name, Advanced Options -> Download Project or clone project from github.com/galtenberg/evernote-random
  2. Obtain Evernote development API key
  3. Change local files (TODO fix this):
  • package.json proxy should show http://localhost:8000
  • config/config.js Urls show http://localhost:3000
  • src/config/config.js Urls show http://localhost:3000
  • server/index.js static and sendFile references should be commented out
  1. Run: $ evernoteKey=[your-key-name] evernoteSecret=[your-key-secret] npm run start

You'll possibly want to use react-scripts 1.x outside of glitch (has too many dependencies / requires too much disk space on glitch).