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