galtenberg / evernote-random

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

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).

About

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

License:Other


Languages

Language:JavaScript 69.5%Language:CSS 28.4%Language:HTML 2.1%