Skip to content

Latest commit

 

History

History
22 lines (13 loc) · 451 Bytes

README.md

File metadata and controls

22 lines (13 loc) · 451 Bytes

Evernote-markdown

Convert Evernote's notes into Markdown syntax.

Quickstart

  1. Clone repository

     git clone https://github.com/volkhin/evernote-markdown
     cd evernote-markdown
    
  2. Get Developer Token at https://www.evernote.com/api/DeveloperToken.action and put it into index.coffee.

  3. Install node modules

     npm install
    
  4. Execute script

     npm start
    
  5. Your notes will be saved to notes/ directory.