A Form to collect report messages from your sites. Now your users can easly send you reports and bugs.
Install as npm package.
$ npm i report-utilityInstall as standalone library.
$ cp ./dist/report.utility.min.js $destDefaults
{
el, // selector for inject form
url, // endpoint to send logs
template, // html code
minimized // compact mode
}Example (init function):
ReportUtility.config({
el: '#container',
minimized: false
});
ReportUtility.init();- IE 11+
- All Modern Browsers
Want to contribute? Great! Open your favorite Terminal and run these commands.
Runs dev-server on http://localhost:3000 :
$ node run startTests:
$ npm testFor production release:
$ npm run build- Demo server with saving logs
- test, test, test...
MIT