evernote-random icon indicating copy to clipboard operation
evernote-random copied to clipboard

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

Results 46 evernote-random issues
Sort by recently updated
recently updated
newest added

If we can get through React Router to `/logout` endpoint, and allow redirect, we won't need `AuthOut` component. * https://github.com/galtenberg/evernote-random/blob/master/src/components/Auth/AuthOut.js And maybe even `AuthCallback`.

`Note` and `Random` component duplicate logic for retries, this can probably be moved to a function or even a base note class/component.

good first issue

When https://github.com/everblogjs/enml2html/issues/5 is merged, add to our packages, and remove `src/lib/enml2html.js`.

good first issue

Instead of commenting/uncommenting these lines when switching between local & glitch environments in [config/config.js](https://github.com/galtenberg/evernote-random/blob/master/config/config.js#L7-L10), just use `process.env` or some common mechanism.

good first issue

`randomNote` function in `server/lib/evernote` should be deconstructed to smaller functions, with testing.

Replace this hardcoding with process.env or config variable: https://github.com/galtenberg/evernote-random/blob/master/server/lib/evernote/auth.js#L10

Add server and client test layers, with initial super-basic first tests for both.

This PR was automatically created by Snyk using the credentials of a real user.Snyk has created this PR to fix one or more vulnerable packages in the `npm` dependencies of...

Since today the evernote-random app on glitch.me doesn't start any more. I have attached a screenshot showing the error message. ![20240519_125014](https://github.com/galtenberg/evernote-random/assets/87825229/ef584bca-c68a-4c7c-b427-77f4a36e94a6)

I am not sure whether this idea is feasible as it requires some persistence, but I'll document it anyway. I have certain notes which are displayed over and over again...