Skip to content

Latest commit

 

History

History
18 lines (11 loc) · 588 Bytes

README.mkd

File metadata and controls

18 lines (11 loc) · 588 Bytes

#Project moved to evernote-django#

Evernote API demo app

Author: akhaku (Ammar Khaku)

A Django app using the Evernote API

The sole purpose of this app is for test and demonstrate the usage of the Evernote API. It makes use of the Evernote Cloud API with OAuth authentication.

App structure:

  • account/ - A wrapper around django authentication
  • evernote/ - Evernote's python cloud API - get the latest version from here
  • evernote_auth/ - Deals with OAuth authentication for Evernote