Provides a react client and express server implementation to fetch a random note from Evernote API.
Hi friends – this project is abandoned and unsupported. Please fork and make an even better version for yourself. Contact Tiago Forte for license options.
package.jsonproxy should showhttps://your-glitch-project-name.glitch.meconfig/config.jsUrls showhttps://your-glitch-project-name.glitch.mesrc/config/config.jsUrls showhttps://your-glitch-project-name.glitch.meserver/index.jsstaticandsendFilereferences should be uncommented
- Set
key.envvalues:
evernoteKeyandevernoteSecretvalues to your API keyHOST=your-glitch-project.glitch.me
- Open Glitch project Advanced Options -> Open Console:
rm -rf build/npm run buildrefresh
- Click Show button on Glitch project
- On Glitch, under project name, Advanced Options -> Download Project or clone project from github.com/galtenberg/evernote-random
- Obtain Evernote development API key
- Change local files (TODO fix this):
package.jsonproxy should showhttp://localhost:8000config/config.jsUrls showhttp://localhost:3000src/config/config.jsUrls showhttp://localhost:3000server/index.jsstaticandsendFilereferences should be commented out
- 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).