komnt-middleware
v1.0.3
Published
Express JS middleware to inject Komnt.js on the page for easy commenting on webpages
Downloads
22
Maintainers
Readme
komnt-middleware
Express JS middleware to Komnt
Komnt allows you to add comments and annotate your webpages.
For more information on Komnt, check out the Komnt extension
Usage
Install the module:
$ npm install --save komnt-middlewareInclude in your app:
var komnt = require('komnt-middleware');
var app = require('express')();
app.use(komnt(app));Now all HTML responses will have Komnt injected in them.
