Skip to content

A simple yet powerful bug reporting tool for non-technical staff

Notifications You must be signed in to change notification settings

circadiatech/reportabug-widget

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

37 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Report A Bug

A simple yet powerful bug reporting tool for non-technical staff

Install dependencies

npm install

Prepare build to include into any project

npm run build

Including files and Initializing Widget

You can get Report A Bug widget JS and CSS file from the dist/ folder in the GitHub repository,

<script src="../dist/main.js"></script>
<script>
    ReportBugWidget.init({
      apikey: "Your API key goes here",
      title: 'Your title goes here'
    });
  </script>

About

A simple yet powerful bug reporting tool for non-technical staff

Topics

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published