Skip to content

Latest commit

 

History

History
31 lines (23 loc) · 457 Bytes

File metadata and controls

31 lines (23 loc) · 457 Bytes

enmlEditor

ENML(Evernote Markup Language) Editor

install

got to http://dev.evernote.com/ register API change API KEY and SECRET in config.json

{
    "API_CONSUMER_KEY": "",
    "API_CONSUMER_SECRET": "",
    "SANDBOX": false,
    "NOTEBOOK_NAME": "ENML Editor",
    "PRODUCTION_URL": ""
}
git clone https://github.com/rexchen/enmlEditor.git
cd enmlEditor
npm install
node app.js

open http://127.0.0.1:3000/