Skip to content

BlogWith connects Evernote to Tumblr, Jekyll and Wordpress, we make blogging as easy and seamlessly as possible.

Notifications You must be signed in to change notification settings

athanhcong/blogwith

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Blog with Evernote

Everest is a ready to run web application using Evernote API. This application is an example of how to create Node.js application that connect to Evernote. I puts several modules (Thrift, OAuth, and etc) all together to make it really easy for beginners.

How to run the application

  1. Edit file config.js (use your Evernote API key)
  2. Run everest.js (node everest.js)
  3. Open yours browser to http://localhost:8081/

Others Examples

There are several other examples in /examples directory. You can run these examples using Evernote's developer tokens.

Using Components

REST API

  • GET /me - User Infomation

  • GET /notes - NoteStore.findNotes

  • POST /notes - NoteStore.createNote

  • GET /notes/ - NoteStore.getNote

  • POST /notes/ - NoteStore.updateNote

  • POST /notes//delete - NoteStore.deleteNote

  • GET /tags - NoteStore.listTags

  • POST /tags - NoteStore.createTag

  • GET /tags/ - NoteStore.getTag

  • POST /tags/ - NoteStore.updateTag

  • POST /tags//expunge - NoteStore.expungeTag

  • GET /notebooks - NoteStore.listNotebooks

  • POST /notebooks - NoteStore.createNotebook

  • GET /notebooks/ - NoteStore.getNotebook

  • POST /notebooks/ - NoteStore.updateNotebook

  • POST /notebooks//expunge - NoteStore.expungeNotebook

About

BlogWith connects Evernote to Tumblr, Jekyll and Wordpress, we make blogging as easy and seamlessly as possible.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published