Code Monkey home page Code Monkey logo

evernote-random's Introduction

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

evernote-random's People

Contributors

callumflack avatar galtenberg avatar

Watchers

 avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.