1.2.0 • Published 3 years ago

html-editor-with-emmet v1.2.0

Weekly downloads
-
License
ISC
Repository
github
Last release
3 years ago

run "npm test" , "node index.js help" or "node index.js TEST 'table>tr3>td3>lorem1'" to get started.

To import as module and use:

var htmlEditorWithEmmet = require("html-editor-with-emmet"); htmlEditorWithEmmet.run();

Or to run at port 9090 use :

var htmlEditorWithEmmet = require("html-editor-with-emmet"); htmlEditorWithEmmet.run(9090);

When running as standalone application

You can start the server by running 'node index.js RUN' or by running 'node index.js RUN 9090' to run at port 9090

Then from a browser you can access the service as:

  1. http://localhost:9090/test?type=html&exp=table>tr3>td3>lorem1
  2. http://localhost:9090/test?type=xml&exp=table>tr3>td3>lorem1
  3. http://localhost:9090/test?type=json&exp=table>tr3>td3>lorem1
  4. http://localhost:9090/test?exp=table>tr3>td3>lorem1
1.2.0

3 years ago

1.1.1

3 years ago

1.0.2

3 years ago

1.1.0

3 years ago

1.1.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago