Skip to content

rexchen/enmlEditor

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

6 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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/

About

ENML(Evernote Markup Language) Editor

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published