Skip to content

Latest commit

 

History

History
24 lines (14 loc) · 472 Bytes

README.md

File metadata and controls

24 lines (14 loc) · 472 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. Install node modules

     npm install
     cp .env.example .env
    
  3. Get Developer Token at https://www.evernote.com/api/DeveloperToken.action and put it into .env.

  4. Execute script

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