evernote-markdown
evernote-markdown copied to clipboard
Convert Evernote's notes to markdown
Evernote-markdown
Convert Evernote's notes into Markdown syntax.
Quickstart
-
Clone repository
git clone https://github.com/volkhin/evernote-markdown cd evernote-markdown -
Install node modules
npm install cp .env.example .env -
Get Developer Token at https://www.evernote.com/api/DeveloperToken.action and put it into .env.
-
Execute script
npm start -
Your notes will be saved to notes/ directory.